]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/malltv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / malltv.py
index 02f226be57bbeefb9b358c5a95456a80556190a8..e1031d8da4d202dee12095713fd43af6bc82c433 100644 (file)
@@ -72,7 +72,6 @@ def _real_extract(self, url):
 
         formats = self._extract_m3u8_formats(
             video['VideoSource'], video_id, 'mp4', 'm3u8_native')
-        self._sort_formats(formats)
 
         subtitles = {}
         for s in (video.get('Subtitles') or {}):