]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cbs.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / cbs.py
index 9515806edaf9520549e3a42475cfe0092edc9ca1..9aacd50c4565fe75bc43437dc695e96a3fb41ae5 100644 (file)
@@ -52,7 +52,6 @@ def _extract_common_video_info(self, content_id, asset_types, mpx_acc, extra_inf
             subtitles = self._merge_subtitles(subtitles, tp_subtitles)
         if last_e and not formats:
             self.raise_no_formats(last_e, True, content_id)
-        self._sort_formats(formats)
 
         extra_info.update({
             'id': content_id,