X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Frtvnh.py;h=4896d09d666e687010ae3cb6ebe0e2bfaec537d6;hb=0f56bd2178d887adb2d5c61da44343d228eed504;hp=7c9d4b0cd6fe09d4e792df3da25c2059f9b056e6;hpb=2c919adb74893544ab6def1d56ff8ed37c282ecb;p=youtube-dl diff --git a/youtube_dl/extractor/rtvnh.py b/youtube_dl/extractor/rtvnh.py index 7c9d4b0cd..4896d09d6 100644 --- a/youtube_dl/extractor/rtvnh.py +++ b/youtube_dl/extractor/rtvnh.py @@ -38,6 +38,7 @@ class RTVNHIE(InfoExtractor): item['file'], video_id, ext='mp4', entry_protocol='m3u8_native')) elif item.get('type') == '': formats.append({'url': item['file']}) + self._sort_formats(formats) return { 'id': video_id,