]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/walla.py
[ie/BilibiliSpaceVideo] Fix extraction (#9905)
[yt-dlp.git] / yt_dlp / extractor / walla.py
index 00f081bcaad3416e662abe42216837b632e26e79..a1a9c1708c4a200731abbc26ec09a097de967d63 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import re
 
 from .common import InfoExtractor
@@ -72,7 +69,6 @@ def _real_extract(self, url):
             if m:
                 fmt['height'] = int(m.group('height'))
             formats.append(fmt)
-        self._sort_formats(formats)
 
         return {
             'id': video_id,