mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 16:45:17 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@ -65,7 +65,6 @@ class SportBoxIE(InfoExtractor):
|
||||
formats.append({
|
||||
'url': src,
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
player = self._parse_json(
|
||||
self._search_regex(
|
||||
|
Reference in New Issue
Block a user