]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/sexu.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / sexu.py
index 3df51520b06e8bc2da1b3afa3fee75db4e21be46..3117f81e3880f828dfb99f8e21828aab76082cb8 100644 (file)
@@ -1,5 +1,3 @@
-from __future__ import unicode_literals
-
 from .common import InfoExtractor
 
 
@@ -36,7 +34,6 @@ def _real_extract(self, url):
                 r'^(\d+)[pP]', source.get('label', ''), 'height',
                 default=None)),
         } for source in sources if source.get('file')]
-        self._sort_formats(formats)
 
         title = self._html_search_regex(
             r'<title>([^<]+)\s*-\s*Sexu\.Com</title>', webpage, 'title')