mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-25 00:00:09 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -55,7 +55,6 @@ class PornoVoisinesIE(InfoExtractor):
|
||||
'height': item.get('height'),
|
||||
'bitrate': item.get('bitrate'),
|
||||
})
|
||||
self._sort_formats(formats)
|
||||
|
||||
webpage = self._download_webpage(url, video_id)
|
||||
|
||||
|
Reference in New Issue
Block a user