mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-26 02:14:32 +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'):
|
||||
formats.extend(self._extract('mp4', spl_url, play_list['mp4']))
|
||||
|
||||
self._sort_formats(formats)
|
||||
return formats
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
Loading…
Reference in New Issue
Block a user