]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/mirrativ.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / mirrativ.py
index 8192f2b4674f030503eb18395603e3bc06bd6e88..0a8ee0c3a52eeff28f2d9e679e0ae5913bc34970 100644 (file)
@@ -55,7 +55,6 @@ def _real_extract(self, url):
             hls_url, video_id,
             ext='mp4', entry_protocol='m3u8_native',
             m3u8_id='hls', live=is_live)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,