]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ora.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / ora.py
index 09b1214227903229dc30cfb57623a5a432d86195..d49909d528ac467d3cd0f26242d6ba72b97f76f3 100644 (file)
@@ -54,7 +54,6 @@ def _real_extract(self, url):
                     'format_id': q,
                     'quality': preference(q),
                 })
-            self._sort_formats(formats)
         else:
             return self.url_result(self._search_regex(
                 r'"youtube_id"\s*:\s*"([^"]+)', webpage, 'youtube id'), 'Youtube')