aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/radiocanada.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/radiocanada.py')
-rw-r--r--yt_dlp/extractor/radiocanada.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/radiocanada.py b/yt_dlp/extractor/radiocanada.py
index dd6f899a4..72c21d502 100644
--- a/yt_dlp/extractor/radiocanada.py
+++ b/yt_dlp/extractor/radiocanada.py
@@ -113,7 +113,6 @@ class RadioCanadaIE(InfoExtractor):
raise ExtractorError(
'%s said: %s' % (self.IE_NAME, error), expected=True)
formats = self._extract_m3u8_formats(v_url, video_id, 'mp4')
- self._sort_formats(formats)
subtitles = {}
closed_caption_url = get_meta('closedCaption') or get_meta('closedCaptionHTML5')