mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-16 06:15:46 +00:00
This commit is contained in:
parent
96a53167fa
commit
a57e8ce658
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class LyndaIE(SubtitlesInfoExtractor):
|
||||||
} for format_id, video_url in prioritized_streams['0'].items()
|
} for format_id, video_url in prioritized_streams['0'].items()
|
||||||
])
|
])
|
||||||
|
|
||||||
|
self._check_formats(formats, video_id)
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
if self._downloader.params.get('listsubtitles', False):
|
if self._downloader.params.get('listsubtitles', False):
|
||||||
|
|
Loading…
Reference in a new issue