]> 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 000f7e166abc4cb94ea3415fee5bd3a975542c7c..3117f81e3880f828dfb99f8e21828aab76082cb8 100644 (file)
@@ -34,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')