]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ccma.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / ccma.py
index ca739f8a14e8c381ad5364d2bef6d52a3e28990d..88ff82f6e6b2735b9d966a0c5b3ba8f89074fa67 100644 (file)
@@ -81,7 +81,6 @@ def _real_extract(self, url):
                 'url': media_url,
                 'vcodec': 'none' if media_type == 'audio' else None,
             })
-        self._sort_formats(formats)
 
         informacio = media['informacio']
         title = informacio['titol']