mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-10 02:50:46 +00:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -546,8 +546,6 @@ class BrightcoveNewIE(AdobePassIE):
|
||||
self.raise_no_formats(
|
||||
error.get('message') or error.get('error_subcode') or error['error_code'], expected=True)
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
for f in formats:
|
||||
f.setdefault('http_headers', {}).update(headers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user