]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/beatport.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / beatport.py
index f71f1f30802fc7155f517414445cf1dadb679435..0aecbd089d33c7772cbdb1270abd9a1c18984f17 100644 (file)
@@ -74,7 +74,6 @@ def _real_extract(self, url):
                 fmt['abr'] = 96
                 fmt['asr'] = 44100
             formats.append(fmt)
-        self._sort_formats(formats)
 
         images = []
         for name, info in track['images'].items():