aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/pbs.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/pbs.py')
-rw-r--r--yt_dlp/extractor/pbs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/pbs.py b/yt_dlp/extractor/pbs.py
index 4e6674e85..5bdf561db 100644
--- a/yt_dlp/extractor/pbs.py
+++ b/yt_dlp/extractor/pbs.py
@@ -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: