]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/la7.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / la7.py
index 8ce44cc1346b87c8e74232edda2123b7370ff187..68dc1d4df134a99f8c573c3992617344f415a377 100644 (file)
@@ -78,8 +78,6 @@ def _real_extract(self, url):
             if http_f:
                 formats.append(http_f)
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': self._og_search_title(webpage, default=None),
@@ -136,7 +134,6 @@ def _extract_info(self, webpage, video_id=None, ppn=None):
             'format_id': ext,
             'ext': ext,
         }]
-        self._sort_formats(formats)
 
         title = self._html_search_regex(
             (r'<div class="title">(?P<title>.+?)</',