]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/damtomo.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / damtomo.py
index 456cd35a447a763bc2a4ff2359d7b32337f9bbcc..5e14d6aff029bced9e3f32b246034f0dd4c42488 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import re
 
 from .common import InfoExtractor
@@ -39,7 +36,6 @@ def _real_extract(self, url):
         if not m3u8_url:
             raise ExtractorError('Failed to obtain m3u8 URL')
         formats = self._extract_m3u8_formats(m3u8_url, video_id, ext='mp4')
-        self._sort_formats(formats)
 
         return {
             'id': video_id,
@@ -87,7 +83,6 @@ class DamtomoRecordIE(DamtomoBaseIE):
         'info_dict': {
             'id': '27376862',
             'title': 'イカSUMMER [良音]',
-            'description': None,
             'uploader': 'NANA',
             'uploader_id': 'MzAyMDExNTY',
             'upload_date': '20210721',