]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/nexx.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / nexx.py
index 69c48652cad038b27cf5ecb875c464b1c83c668d..b4874c8f3e0d84e8a3758f30694b0018b7af6cee 100644 (file)
@@ -452,8 +452,6 @@ def find_video(result):
         else:
             self.raise_no_formats(f'{cdn} formats are currently not supported', video_id)
 
-        self._sort_formats(formats)
-
         subtitles = {}
         for sub in video.get('captiondata') or []:
             if sub.get('data'):