]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/veo.py
[ie/orf:on] Improve extraction (#9677)
[yt-dlp.git] / yt_dlp / extractor / veo.py
index d87bb5b47a1523a9bdace1781a09d9e62a1c3efb..ef44d421ec6fd7600ad512197b7e77f6ce282316 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 
 from ..utils import (
@@ -68,8 +65,6 @@ def _real_extract(self, url):
                 'vbr': int_or_none(fmt.get('bit_rate'), scale=1000),
             })
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': str_or_none(metadata.get('title')),