mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-29 19:47:54 +01: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…
Reference in New Issue
Block a user