mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-19 22:48:53 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -90,8 +90,6 @@ class VzaarIE(InfoExtractor):
|
||||
f['_decryption_key_url'] = url_templ % ('goose', '') + qs
|
||||
formats.extend(m3u8_formats)
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': title,
|
||||
|
||||
Reference in New Issue
Block a user