]> gitweb @ CieloNegro.org - youtube-dl.git/blobdiff - youtube_dl/extractor/mitele.py
Remove _sort_formats from _extract_*_formats methods
[youtube-dl.git] / youtube_dl / extractor / mitele.py
index 76ced7928e856ba6bd3ddc322b189e3be2162f04..7b4581dc58415f508ca0d34d61a5cd96b0b08e31 100644 (file)
@@ -67,6 +67,7 @@ class MiTeleIE(InfoExtractor):
             formats.extend(self._extract_f4m_formats(
                 file_ + '&hdcore=3.2.0&plugin=aasp-3.2.0.77.18',
                 display_id, f4m_id=loc))
+        self._sort_formats(formats)
 
         title = self._search_regex(
             r'class="Destacado-text"[^>]*>\s*<strong>([^<]+)</strong>', webpage, 'title')