]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/noodlemagazine.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / noodlemagazine.py
index 3e04da67e89e90a9f8e64ef662d8ca8a0ebcc172..e6208956fb3fb7657c3e18cbcdb5868466f3bebc 100644 (file)
@@ -47,8 +47,6 @@ def _real_extract(self, url):
             'ext': source.get('type'),
         } for source in playlist_info.get('sources')]
 
-        self._sort_formats(formats)
-
         return {
             'id': video_id,
             'formats': formats,