mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-29 15:54:50 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -78,7 +78,6 @@ class FazIE(InfoExtractor):
|
||||
'tbr': tbr or int(mobj.group(3)),
|
||||
})
|
||||
formats.append(f)
|
||||
self._sort_formats(formats)
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
|
Reference in New Issue
Block a user