X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Frtvnh.py;h=4896d09d666e687010ae3cb6ebe0e2bfaec537d6;hb=70157c2c43068b23007a6d71e16967ba85b274d5;hp=7c9d4b0cd6fe09d4e792df3da25c2059f9b056e6;hpb=c571dea9532e468ba294b933d16d9366baf825d5;p=youtube-dl.git 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,