mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-11 11:11:46 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -79,7 +79,6 @@ class YapFilesIE(InfoExtractor):
|
||||
'quality': quality_key(format_id),
|
||||
'height': hd_height if is_hd else None,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
Reference in New Issue
Block a user