mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-31 22:55:18 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -142,7 +142,6 @@ class DVTVIE(InfoExtractor):
|
||||
'format_id': join_nonempty('http', ext, label),
|
||||
'height': int_or_none(height),
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': data.get('mediaid') or video_id,
|
||||
|
||||
Reference in New Issue
Block a user