]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/minoto.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / minoto.py
index 603ce940ba547687e5c73cc380280cdc3927c455..8d18179c780dbaedccb2a4b20237f6cbea49d11c 100644 (file)
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
 from .common import InfoExtractor
 from ..utils import (
     int_or_none,
@@ -39,7 +35,6 @@ def _real_extract(self, url):
                     'height': int_or_none(fmt.get('height')),
                     **parse_codecs(fmt.get('codecs')),
                 })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,