aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/olympics.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/olympics.py')
-rw-r--r--yt_dlp/extractor/olympics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/olympics.py b/yt_dlp/extractor/olympics.py
index 42ea94905..61d1f4048 100644
--- a/yt_dlp/extractor/olympics.py
+++ b/yt_dlp/extractor/olympics.py
@@ -54,7 +54,6 @@ class OlympicsReplayIE(InfoExtractor):
m3u8_url = self._download_json(
f'https://olympics.com/tokenGenerator?url={m3u8_url}', uuid, note='Downloading m3u8 url')
formats, subtitles = self._extract_m3u8_formats_and_subtitles(m3u8_url, uuid, 'mp4', m3u8_id='hls')
- self._sort_formats(formats)
return {
'id': uuid,