aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/puhutv.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/puhutv.py')
-rw-r--r--yt_dlp/extractor/puhutv.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/puhutv.py b/yt_dlp/extractor/puhutv.py
index a5dac1dff..482e5705f 100644
--- a/yt_dlp/extractor/puhutv.py
+++ b/yt_dlp/extractor/puhutv.py
@@ -111,7 +111,6 @@ class PuhuTVIE(InfoExtractor):
format_id += '-%sp' % quality
f['format_id'] = format_id
formats.append(f)
- self._sort_formats(formats)
creator = try_get(
show, lambda x: x['producer']['name'], compat_str)