]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/lifenews.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / lifenews.py
index 8c7d2064d379a2b642a652b28c3650f8971cb228..919cfcb374b24291d6a874a1117735f9e15a7f53 100644 (file)
@@ -223,8 +223,6 @@ def extract_original(original_url):
                 else:
                     extract_original(video_url)
 
-        self._sort_formats(formats)
-
         thumbnail = thumbnail or self._search_regex(
             r'"image"\s*:\s*"([^"]+)', webpage, 'thumbnail', default=None)