]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/clyp.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / clyp.py
index c64726ca278ff45e1042ec6db5fd2d336a504ff8..0aaf73d18d8113dd0ded085eb55ff08975ec1eb6 100644 (file)
@@ -60,7 +60,6 @@ def _real_extract(self, url):
                         'format_id': format_id,
                         'vcodec': 'none',
                     })
-        self._sort_formats(formats)
 
         title = metadata['Title']
         description = metadata.get('Description')