]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/bitchute.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / bitchute.py
index 9e3d6337a724a4f80061bfca043c91d64cace47f..10e7b0b2bb53b3eacb93671063381331596bacd6 100644 (file)
@@ -117,7 +117,6 @@ def _real_extract(self, url):
             self.raise_no_formats(
                 'Video is unavailable. Please make sure this video is playable in the browser '
                 'before reporting this issue.', expected=True, video_id=video_id)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,