]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/springboardplatform.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / springboardplatform.py
index 539a6420943e04a987480f797ca2d3f3bc7fe80b..a98584a27d5fea716d4778f0c2ec85577afaf64e 100644 (file)
@@ -102,8 +102,6 @@ def _real_extract(self, url):
         })
         formats.append(m3u8_format)
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': title,