]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cbc.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / cbc.py
index 999b7bc53ae31774b6369997817f0d7883cc6052..210f5f8eea4cc14c341380832d823877d9c72a39 100644 (file)
@@ -380,8 +380,6 @@ def _real_extract(self, url):
                 if 'descriptive' in format['format_id'].lower():
                     format['preference'] = -2
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': video_info['title'],