mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-15 20:48:58 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -223,7 +223,6 @@ class VVVVIDIE(InfoExtractor):
|
||||
metadata_from_url(embed_code)
|
||||
|
||||
if not is_youtube:
|
||||
self._sort_formats(formats)
|
||||
info['formats'] = formats
|
||||
|
||||
metadata_from_url(video_data.get('thumbnail'))
|
||||
|
||||
Reference in New Issue
Block a user