mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-04 14:15:22 -04:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -116,7 +116,6 @@ class NineGagIE(InfoExtractor):
|
||||
'format_id': image_id,
|
||||
})
|
||||
formats.append(common)
|
||||
self._sort_formats(formats)
|
||||
|
||||
section = traverse_obj(post, ('postSection', 'name'))
|
||||
|
||||
|
Reference in New Issue
Block a user