]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tweakers.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / tweakers.py
index 2b10d9bcaec909caa303bb33c1621527a3299797..e8e1fc666fdf53d7cdf1d9579e9c0c87f49ec0ac 100644 (file)
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import (
     int_or_none,
@@ -49,7 +47,6 @@ def _real_extract(self, url):
                     'height': height,
                     'ext': ext,
                 })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,