]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/sapo.py
[ie/youtube] Deprioritize iOS client formats (#8337)
[yt-dlp.git] / yt_dlp / extractor / sapo.py
index df202a3a404387feea32000da9a1d44ffb84ba4d..beffaee592e3a1802d0561161d9dd324293a77b5 100644 (file)
@@ -1,6 +1,3 @@
-# coding: utf-8
-from __future__ import unicode_literals
-
 import re
 
 from .common import InfoExtractor
@@ -101,8 +98,6 @@ def _real_extract(self, url):
                 'height': 720,
             })
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': title,