]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/alura.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / alura.py
index ae7115f9f1a54a5bbfd51bc4c4c01e07fe056704..bfe066bc68515cf1b6c4ec0a72a973e77bc378d2 100644 (file)
@@ -63,8 +63,6 @@ def _real_extract(self, url):
                             f['height'] = int('720' if m.group('res') == 'hd' else '480')
                 formats.extend(video_format)
 
-            self._sort_formats(formats)
-
             return {
                 'id': video_id,
                 'title': video_title,