]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/fusion.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / fusion.py
index 46bda49ea8b206e370f0accee67553c9a4f5aff3..689422fca49e81af7b631beadd97fbc844e3b022 100644 (file)
@@ -70,7 +70,6 @@ def _real_extract(self, url):
                         'protocol': 'm3u8_native' if ext == 'm3u8' else 'https',
                     })
         if formats:
-            self._sort_formats(formats)
             info['formats'] = formats
         else:
             info.update({