mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-15 05:20:49 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -49,7 +49,6 @@ class C56IE(InfoExtractor):
|
||||
'url': f['url']
|
||||
} for f in info['rfiles']
|
||||
]
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': info['vid'],
|
||||
|
||||
Reference in New Issue
Block a user