]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/newgrounds.py
[extractor] Deprecate `_sort_formats`
[yt-dlp.git] / yt_dlp / extractor / newgrounds.py
index ba24720e32b96f627d290c0318cfea9a7059c22f..9e3286dfe749040176b50043b887892747b2f0ff 100644 (file)
@@ -172,7 +172,6 @@ def _real_extract(self, url):
         if video_type_description == 'Audio File':
             formats[0]['vcodec'] = 'none'
         self._check_formats(formats, media_id)
-        self._sort_formats(formats)
 
         return {
             'id': media_id,