mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-10 01:37:17 +08:00
[televizeseznam] sort formats
This commit is contained in:
parent
c18a5dbd3e
commit
c6a91444e1
@ -73,6 +73,7 @@ class TelevizeSeznamIE(InfoExtractor):
|
|||||||
if play_list.get('mp4'):
|
if play_list.get('mp4'):
|
||||||
formats.extend(self._extract('mp4', spl_url, play_list['mp4']))
|
formats.extend(self._extract('mp4', spl_url, play_list['mp4']))
|
||||||
|
|
||||||
|
self._sort_formats(formats)
|
||||||
return formats
|
return formats
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user