mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-04 00:55:15 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@ -13,7 +13,6 @@ class SprutoBaseIE(InfoExtractor):
|
||||
formats = [{
|
||||
'url': f['url'],
|
||||
} for f in playlist['video']]
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
Reference in New Issue
Block a user