]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/mnet.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / mnet.py
index 65e3d476a96f99b878bca3c31d5b1ad078cc29d7..98bab2e100c9ef25b2aca714d55aab7ff95201e3 100644 (file)
@@ -59,7 +59,6 @@ def _real_extract(self, url):
             m3u8_url += '?' + token
         formats = self._extract_wowza_formats(
             m3u8_url, video_id, skip_protocols=['rtmp', 'rtsp', 'f4m'])
-        self._sort_formats(formats)
 
         description = info.get('ment')
         duration = parse_duration(info.get('time'))