]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/damtomo.py
[ie/chzzk] Add extractors (#8887)
[yt-dlp.git] / yt_dlp / extractor / damtomo.py
index 456cd35a447a763bc2a4ff2359d7b32337f9bbcc..0e08e4f651445315aa7d9f43d9ad4cc992a00088 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,