aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/arnes.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/arnes.py')
-rw-r--r--yt_dlp/extractor/arnes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/arnes.py b/yt_dlp/extractor/arnes.py
index c80ce2233..a493714d1 100644
--- a/yt_dlp/extractor/arnes.py
+++ b/yt_dlp/extractor/arnes.py
@@ -73,7 +73,6 @@ class ArnesIE(InfoExtractor):
'width': int_or_none(media.get('width')),
'height': int_or_none(media.get('height')),
})
- self._sort_formats(formats)
channel = video.get('channel') or {}
channel_id = channel.get('url')