]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/rcs.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / rcs.py
index d69a1a216cc07affe86ba4147fa6f7f206c4cd0e..b905f8d2ee72f322ac6c5a67ec0c6c7c92dd132c 100644 (file)
@@ -196,7 +196,6 @@ def _create_formats(self, urls, video_id):
                 'format_id': 'http-mp4',
                 'url': urls['mp4']
             })
-        self._sort_formats(formats)
         return formats
 
     def _real_extract(self, url):