]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/arnes.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / arnes.py
index c80ce223377810053c8792f937720035dc22acd0..a493714d1fb2f3108255a7629d49ce5d4c6e36a5 100644 (file)
@@ -73,7 +73,6 @@ def _real_extract(self, url):
                 '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')