]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/glomex.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / glomex.py
index 86fe1b0243e012b78eef9396714f5d4679dbcda9..22aac0db90aaef11f2d5bdf0c9d9250363df6392 100644 (file)
@@ -82,7 +82,6 @@ def _extract_api_data(self, video, video_id):
         if video.get('language'):
             for fmt in formats:
                 fmt['language'] = video['language']
-        self._sort_formats(formats)
 
         images = (video.get('images') or []) + [video.get('image') or {}]
         thumbnails = [{