]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/infoq.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / infoq.py
index 6b31701eb1fa0933e74136accc5487e249ccfb85..192bcfe35d21a6680f45121940733b75129ade2a 100644 (file)
@@ -128,8 +128,6 @@ def _real_extract(self, url):
                 + self._extract_http_video(webpage)
                 + self._extract_http_audio(webpage, video_id))
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'title': video_title,