]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/canvas.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / canvas.py
index 8eff4a57c15ff0da25beecd02c8f360cf09dda88..ae6e03a4d5cf4bcdb44efc5327a86c397da69ae5 100644 (file)
@@ -118,7 +118,6 @@ def _real_extract(self, url):
                     'format_id': format_type,
                     'url': format_url,
                 })
-        self._sort_formats(formats)
 
         subtitle_urls = data.get('subtitleUrls')
         if isinstance(subtitle_urls, list):