]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cliphunter.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / cliphunter.py
index 7e5fd317507e0c304f52c81ea57f95ef4abdba9d..2b907dc804e29bd3a4a82c17872c0e5837658924 100644 (file)
@@ -62,7 +62,6 @@ def _real_extract(self, url):
                 'height': int_or_none(height),
                 'tbr': int_or_none(f.get('br')),
             })
-        self._sort_formats(formats)
 
         thumbnail = self._search_regex(
             r"var\s+mov_thumb\s*=\s*'([^']+)';",