aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/startrek.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/startrek.py')
-rw-r--r--yt_dlp/extractor/startrek.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/startrek.py b/yt_dlp/extractor/startrek.py
index ee03f7837..e92122f9b 100644
--- a/yt_dlp/extractor/startrek.py
+++ b/yt_dlp/extractor/startrek.py
@@ -49,7 +49,6 @@ class StarTrekIE(InfoExtractor):
hls = self._html_search_regex(r'\bdata-hls\s*=\s*"([^"]+)"', player, 'HLS URL')
formats, subtitles = self._extract_m3u8_formats_and_subtitles(hls, video_id, 'mp4')
- self._sort_formats(formats)
captions = self._html_search_regex(
r'\bdata-captions-url\s*=\s*"([^"]+)"', player, 'captions URL', fatal=False)