]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/urort.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / urort.py
index 3f687f737bdf700a3bd3e928879aad309be11797..debd2ba9eccaf406b4d652cd99a3c8b07a4176df 100644 (file)
@@ -40,7 +40,6 @@ def _real_extract(self, url):
                 'url': 'http://p3urort.blob.core.windows.net/tracks/%s' % f['FileRef'],
                 'quality': 3 if f['FileType'] == 'mp3' else 2,
             } for f in s['Files']]
-            self._sort_formats(formats)
             e = {
                 'id': '%d-%s' % (s['BandId'], s['$id']),
                 'title': s['Title'],