]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/helsinki.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / helsinki.py
index b7c8260553d3f4902f00a7ce9d5fe70e9a75a429..e518cae1acbf3a82f7947fc28c2d7c86cdbd416e 100644 (file)
@@ -29,7 +29,6 @@ def _real_extract(self, url):
             'url': s['file'],
             'ext': 'mp4',
         } for s in params['sources']]
-        self._sort_formats(formats)
 
         return {
             'id': video_id,