mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 01:18:30 +00:00
removed extra line 'formats'
This commit is contained in:
parent
24a6366f5e
commit
31c6081b7c
@ -73,5 +73,4 @@ def _real_extract(self, url: str) -> dict:
|
|||||||
f'https://{server}.tv.pandavideo.com.br/{video_id}/playlist.m3u8', video_id, 'mp4', m3u8_id='hls'),
|
f'https://{server}.tv.pandavideo.com.br/{video_id}/playlist.m3u8', video_id, 'mp4', m3u8_id='hls'),
|
||||||
'title': self._html_search_regex(r'<title>([^<]+)</title>', webpage, 'title', default=f'pandavideo_{video_id}', fatal=False),
|
'title': self._html_search_regex(r'<title>([^<]+)</title>', webpage, 'title', default=f'pandavideo_{video_id}', fatal=False),
|
||||||
'description': self._html_search_meta('description', webpage, 'description', default=None, fatal=False),
|
'description': self._html_search_meta('description', webpage, 'description', default=None, fatal=False),
|
||||||
'formats': self._extract_m3u8_formats(manifest_url, video_id),
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user