mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-15 20:36:36 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -117,7 +117,6 @@ class BitChuteIE(InfoExtractor):
|
||||
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,
|
||||
|
Reference in New Issue
Block a user