]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/fczenit.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / fczenit.py
index 8db7c59638704ee4febe9d371c0c85c397fb50f9..8175b6b0f770486004b0ef49aedeedb7735724a2 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 from ..utils import (
     int_or_none,
@@ -41,8 +38,6 @@ def _real_extract(self, url):
             'height': int_or_none(q.get('label')),
         } for q in msi_data['qualities'] if q.get('url')]
 
-        self._sort_formats(formats)
-
         tags = [tag['label'] for tag in msi_data.get('tags', []) if tag.get('label')]
 
         return {