]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/c56.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / c56.py
index 1d98ea5983b53600a336629fc18be917e2e8ea55..e4b1c9a84c30ff57976107876f3bc71e952d397f 100644 (file)
@@ -49,7 +49,6 @@ def _real_extract(self, url):
                 'url': f['url']
             } for f in info['rfiles']
         ]
-        self._sort_formats(formats)
 
         return {
             'id': info['vid'],