X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=youtube_dl%2Fextractor%2Frtve.py;h=79af477158630503078d86b117f960a36f5f1f73;hb=6d4fc66bfc9bb3ed2a4f68366f372a9bedf6e708;hp=08cd1ae6cd3a138d6a12ca147cdca51613922f6e;hpb=5886b38d73c54239c85c3e0d8e7c1585d1bbb7da;p=youtube-dl.git diff --git a/youtube_dl/extractor/rtve.py b/youtube_dl/extractor/rtve.py index 08cd1ae6c..79af47715 100644 --- a/youtube_dl/extractor/rtve.py +++ b/youtube_dl/extractor/rtve.py @@ -209,6 +209,7 @@ class RTVELiveIE(InfoExtractor): png = self._download_webpage(png_url, video_id, 'Downloading url information') m3u8_url = _decrypt_url(png) formats = self._extract_m3u8_formats(m3u8_url, video_id, ext='mp4') + self._sort_formats(formats) return { 'id': video_id,