mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-13 04:20:46 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -41,7 +41,6 @@ class GoodGameIE(InfoExtractor):
|
||||
else:
|
||||
self.raise_no_formats('User is offline', expected=True, video_id=channel_name)
|
||||
|
||||
self._sort_formats(formats)
|
||||
return {
|
||||
'id': player_id,
|
||||
'formats': formats,
|
||||
|
||||
Reference in New Issue
Block a user