]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/tv2dk.py
[ie/crunchyroll] Fix stream extraction (#10005)
[yt-dlp.git] / yt_dlp / extractor / tv2dk.py
index ec5cbdf03537ee7d83ca6b3e94e34bc1aba138be..35e92f10c4dffeb486b0cf3511faee8a019d0f20 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import json
 import re
 
@@ -167,7 +164,6 @@ def _real_extract(self, url):
                 formats.append({
                     'url': src,
                 })
-        self._sort_formats(formats)
 
         return {
             'id': video_id,