]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/manyvids.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / manyvids.py
index 63ff5f054e256cf64c5dbe9700b8104190894624..741745378b3e1a5e093d4a1ec914496a4895ef4f 100644 (file)
@@ -135,8 +135,6 @@ def mung_title(s):
             if 'transcoded' in f['format_id']:
                 f['preference'] = f.get('preference', -1) - 1
 
-        self._sort_formats(formats)
-
         def get_likes():
             likes = self._search_regex(
                 r'''(<a\b[^>]*\bdata-id\s*=\s*(['"])%s\2[^>]*>)''' % (video_id, ),