]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cbsnews.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / cbsnews.py
index 98ec28df0063dcd64bcb4d5346c926e3717e9c99..16edf3af86858c5325ac3a70bf4b063a26f7c8cb 100644 (file)
@@ -132,7 +132,6 @@ def _real_extract(self, url):
             })
 
         formats = self._extract_akamai_formats(video_info['url'], display_id)
-        self._sort_formats(formats)
 
         return {
             'id': display_id,