mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-29 19:44:51 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -74,7 +74,6 @@ class Sport5IE(InfoExtractor):
|
||||
'width': int(fmt.get('width')),
|
||||
'height': int(fmt.get('height')),
|
||||
} for fmt in metadata.findall('./PlaybackLinks/FileURL')]
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
Reference in New Issue
Block a user