aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/playplustv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/playplustv.py')
-rw-r--r--yt_dlp/extractor/playplustv.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/playplustv.py b/yt_dlp/extractor/playplustv.py
index 05dbaf066..316f220f7 100644
--- a/yt_dlp/extractor/playplustv.py
+++ b/yt_dlp/extractor/playplustv.py
@@ -79,7 +79,6 @@ class PlayPlusTVIE(InfoExtractor):
'width': int_or_none(file_info.get('width')),
'height': int_or_none(file_info.get('height')),
})
- self._sort_formats(formats)
thumbnails = []
for thumb in media.get('thumbs', []):