]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/plays.py
[ie/box] Fix formats extraction (#8649)
[yt-dlp.git] / yt_dlp / extractor / plays.py
index ddfc6f1486c4b49185bf68b3be3ff9ba9e957633..9371f7b2375bca5d17ccb9a9c0434f6aa6cc1c1d 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import re
 
 from .common import InfoExtractor
@@ -41,7 +38,6 @@ def _real_extract(self, url):
                 'format_id': 'http-' + format_id,
                 'height': int_or_none(height),
             })
-        self._sort_formats(formats)
 
         info.update({
             'id': video_id,