aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/mwave.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/mwave.py')
-rw-r--r--yt_dlp/extractor/mwave.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/mwave.py b/yt_dlp/extractor/mwave.py
index 0cbb16736..efbfd9d43 100644
--- a/yt_dlp/extractor/mwave.py
+++ b/yt_dlp/extractor/mwave.py
@@ -47,7 +47,6 @@ class MwaveIE(InfoExtractor):
continue
formats.extend(
self._extract_f4m_formats(f4m_url + '&hdcore=3.0.3', video_id, f4m_id=stream_name))
- self._sort_formats(formats)
return {
'id': video_id,