]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/streamcz.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / streamcz.py
index 849a9882da37aba3060ff8e205aebafd87ba8b6a..c4537ba8df8a058d8687e43d4fb89b33811b2fe4 100644 (file)
@@ -109,7 +109,6 @@ def _real_extract(self, url):
                 })
 
         formats = list(self._extract_formats(spl_url, video))
-        self._sort_formats(formats)
 
         return {
             'id': video_id,