]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ichinanalive.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / ichinanalive.py
index cb39f821c6da10bfe22375dd7a1563b4d99c7a36..9d55ddc0212870772479b16a45c6a87b877a1db5 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import ExtractorError, str_or_none, traverse_obj, unified_strdate
 from ..compat import compat_str
@@ -76,8 +73,6 @@ def _real_extract(self, url):
                 'acodec': 'aac',
             })
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': uploader or video_id,
@@ -150,8 +145,6 @@ def _real_extract(self, url):
                 'http_headers': {'Referer': url},
             })
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': uploader or video_id,