]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/yandexdisk.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / yandexdisk.py
index c15f3a4f329c43a31b0f5e0e36d4e086b5b77d3a..d5eecbd9c0f530771ac98483f74d5c2b9f4bd043 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import json
 
 from .common import InfoExtractor
@@ -130,7 +127,6 @@ def call_api(action):
                     'url': format_url,
                     'width': int_or_none(size.get('width')),
                 })
-        self._sort_formats(formats)
 
         uid = resource.get('uid')
         display_name = try_get(store, lambda x: x['users'][uid]['displayName'])