]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/vidlii.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / vidlii.py
index 69a75304e04a24c2302de8644486838c2c3fb6fe..5933783ae6f0da3670bec2fda38c8b389978aa6d 100644 (file)
@@ -77,7 +77,6 @@ def _real_extract(self, url):
                     'format_id': f'{height}p',
                     'height': height,
                 })
-        self._sort_formats(formats)
 
         title = self._search_regex(
             (r'<h1>([^<]+)</h1>', r'<title>([^<]+) - VidLii<'), webpage,