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:
@ -88,7 +88,6 @@ class RICEIE(InfoExtractor):
|
||||
'ext': 'flv',
|
||||
})
|
||||
formats.append(fmt)
|
||||
self._sort_formats(formats)
|
||||
|
||||
thumbnails = []
|
||||
for content_asset in content_data.findall('.//contentAssets'):
|
||||
|
Reference in New Issue
Block a user