]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/corus.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / corus.py
index 8c920e3ab889cf80ebd9393289f180e9d39c6df3..c03d65310d2b9ca0924d6dc085390ff08e82560b 100644 (file)
@@ -126,7 +126,6 @@ def _real_extract(self, url):
                 smil, smil_url, video_id, namespace))
         if not formats and video.get('drm'):
             self.report_drm(video_id)
-        self._sort_formats(formats)
 
         subtitles = {}
         for track in video.get('tracks', []):