mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-04 18:55:42 -04:00
[extractor] Deprecate _sort_formats
This commit is contained in:
@@ -660,7 +660,6 @@ class PBSIE(InfoExtractor):
|
||||
for f in formats:
|
||||
if (f.get('format_note') or '').endswith(' AD'): # Audio description
|
||||
f['language_preference'] = -10
|
||||
self._sort_formats(formats)
|
||||
|
||||
rating_str = info.get('rating')
|
||||
if rating_str is not None:
|
||||
|
Reference in New Issue
Block a user