aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/newgrounds.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/newgrounds.py')
-rw-r--r--yt_dlp/extractor/newgrounds.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/newgrounds.py b/yt_dlp/extractor/newgrounds.py
index ba24720e3..9e3286dfe 100644
--- a/yt_dlp/extractor/newgrounds.py
+++ b/yt_dlp/extractor/newgrounds.py
@@ -172,7 +172,6 @@ class NewgroundsIE(InfoExtractor):
if video_type_description == 'Audio File':
formats[0]['vcodec'] = 'none'
self._check_formats(formats, media_id)
- self._sort_formats(formats)
return {
'id': media_id,