]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/jamendo.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / jamendo.py
index 578e57a674950a2dd8e160653fb9d3a1a86e2c44..a2bbba3979b6a05e1c8a5327b72dfd13cfc00692 100644 (file)
@@ -87,7 +87,6 @@ def _real_extract(self, url):
             ('ogg1', 'ogg', 'ogg'),
             ('flac', 'flac', 'flac'),
         ))]
-        self._sort_formats(formats)
 
         urls = []
         thumbnails = []