mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-10 18:59:39 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -84,8 +84,6 @@ class ImgurIE(InfoExtractor):
|
||||
},
|
||||
})
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'formats': formats,
|
||||
|
Reference in New Issue
Block a user