]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/c56.py
[ie/orf:on] Improve extraction (#9677)
[yt-dlp.git] / yt_dlp / extractor / c56.py
index a853c530ccbdef5054272efa580be09a2a959b6e..e4b1c9a84c30ff57976107876f3bc71e952d397f 100644 (file)
@@ -1,7 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
-
 from .common import InfoExtractor
 from ..utils import js_to_json
 
@@ -53,7 +49,6 @@ def _real_extract(self, url):
                 'url': f['url']
             } for f in info['rfiles']
         ]
-        self._sort_formats(formats)
 
         return {
             'id': info['vid'],