mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-10 18:59:39 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -88,7 +88,6 @@ class SubstackIE(InfoExtractor):
|
||||
else:
|
||||
self.raise_no_formats(f'Page type "{post_type}" is not supported')
|
||||
|
||||
self._sort_formats(formats)
|
||||
return {
|
||||
'id': str(webpage_info['post']['id']),
|
||||
'formats': formats,
|
||||
|
Reference in New Issue
Block a user