]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/biqle.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / biqle.py
index 3a423449165e03cb306282d1864b260b5ad681cc..027753503b7d6fad9c3f4c3c7c77ce6c743a9c9b 100644 (file)
@@ -86,7 +86,6 @@ def _real_extract(self, url):
                     'height': int_or_none(height),
                     'ext': ext,
                 })
-        self._sort_formats(formats)
 
         thumbnails = []
         for k, v in item.items():