]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/cctv.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / cctv.py
index 0ed5f327b62a8cfc15bd9e0d4d24d14d322dd907..466bdfb7cc635e0b0e08beecd598a2318d80c12e 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import re
 
 from .common import InfoExtractor
@@ -173,8 +170,6 @@ def _real_extract(self, url):
                 hls_url, video_id, 'mp4', entry_protocol='m3u8_native',
                 m3u8_id='hls', fatal=False))
 
-        self._sort_formats(formats)
-
         uploader = data.get('editer_name')
         description = self._html_search_meta(
             'description', webpage, default=None)