]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/mtv.py
[ted] Update test md5
[youtube-dl.git] / youtube_dl / extractor / mtv.py
index d75241d3f9a1e99c80e8188971ee44261266ceab..e5ca41b4091698ad2a180f9d2ca00b4b96218c1e 100644 (file)
@@ -80,6 +80,7 @@ class MTVServicesInfoExtractor(InfoExtractor):
                                 })
             except (KeyError, TypeError):
                 raise ExtractorError('Invalid rendition field.')
+        self._sort_formats(formats)
         return formats
 
     def _get_video_info(self, itemdoc):