aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/webcaster.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/webcaster.py')
-rw-r--r--yt_dlp/extractor/webcaster.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/webcaster.py b/yt_dlp/extractor/webcaster.py
index a66a5f8c5..43eeca017 100644
--- a/yt_dlp/extractor/webcaster.py
+++ b/yt_dlp/extractor/webcaster.py
@@ -50,7 +50,6 @@ class WebcasterIE(InfoExtractor):
'format_note': track.get('title'),
})
formats.extend(m3u8_formats)
- self._sort_formats(formats)
thumbnail = xpath_text(video, './/image', 'thumbnail')