]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/uol.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / uol.py
index e3d9127d8ed6a1c97adbbd0997383b4861f58592..068c2b87dbcbdf2872481ce4690f16d12d7685b8 100644 (file)
@@ -107,7 +107,6 @@ def _real_extract(self, url):
                 'url': f_url,
                 'quality': quality(format_id),
             })
-        self._sort_formats(formats)
 
         tags = []
         for tag in video_data.get('tags', []):