]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/viqeo.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / viqeo.py
index 574622fa92dc537faac100f994e15b6677fec3ed..79b9f299a8c525448c0d8657bf402887e249a293 100644 (file)
@@ -74,7 +74,6 @@ def _real_extract(self, url):
                     'vcodec': 'none' if is_audio else None,
                 })
                 formats.append(f)
-        self._sort_formats(formats)
 
         duration = int_or_none(data.get('duration'))