]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/koo.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / koo.py
index 088db1cb018658704170df199146a983dfffbed9..9cfec5eb955af72e1713fc7086ba9ed44cbf7406 100644 (file)
@@ -1,5 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
 from .common import InfoExtractor
 from ..utils import (
     clean_html,
@@ -103,7 +101,6 @@ def _real_extract(self, url):
         if not formats:
             self.raise_no_formats('No video/audio found at the provided url.', expected=True)
 
-        self._sort_formats(formats)
         return {
             'id': id,
             'title': clean_html(item_json.get('title')),