]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/crooksandliars.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / crooksandliars.py
index 85c145e12a41df41aa70d7a8848b0d73e6e7cfa9..4de7e3d53077c689b82207f4532cea05e025034b 100644 (file)
@@ -45,7 +45,6 @@ def _real_extract(self, url):
             'format_id': item['type'],
             'quality': quality(item['type']),
         } for item in manifest['flavors'] if item['mime'].startswith('video/')]
-        self._sort_formats(formats)
 
         return {
             'url': url,