]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/discoverygo.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / discoverygo.py
index 7b4278c8820a538d4bc1d241b13b5664410dd021..1f3d8e31c53aa4cf5aee6e951806cfd6f1b13630 100644 (file)
@@ -50,7 +50,6 @@ def _extract_video_info(self, video, stream, display_id):
             elif stream_kind == 'hds':
                 formats.extend(self._extract_f4m_formats(
                     stream_url, display_id, f4m_id=stream_kind, fatal=False))
-        self._sort_formats(formats)
 
         video_id = video.get('id') or display_id
         description = video.get('description', {}).get('detailed')