aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/ccma.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/ccma.py')
-rw-r--r--yt_dlp/extractor/ccma.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/ccma.py b/yt_dlp/extractor/ccma.py
index ca739f8a1..88ff82f6e 100644
--- a/yt_dlp/extractor/ccma.py
+++ b/yt_dlp/extractor/ccma.py
@@ -81,7 +81,6 @@ class CCMAIE(InfoExtractor):
'url': media_url,
'vcodec': 'none' if media_type == 'audio' else None,
})
- self._sort_formats(formats)
informacio = media['informacio']
title = informacio['titol']