1
0
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:
Petr Vaněk 2020-01-18 23:35:50 +01:00
parent c18a5dbd3e
commit c6a91444e1

View File

@ -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):