mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 08:35:32 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@ -176,7 +176,6 @@ class SohuIE(InfoExtractor):
|
||||
'height': int_or_none(data.get('height')),
|
||||
'fps': int_or_none(data.get('fps')),
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
playlist.append({
|
||||
'id': '%s_part%d' % (video_id, i + 1),
|
||||
|
Reference in New Issue
Block a user