[Newgrounds] Add _check_formats()

pull/29325/head
u-spec-png 4 years ago
parent f3da91008c
commit 8f7352509e

@ -127,6 +127,7 @@ class NewgroundsIE(InfoExtractor):
if '<dd>Song' in webpage:
formats[0]['vcodec'] = 'none'
self._check_formats(formats, media_id)
self._sort_formats(formats)
return {

Loading…
Cancel
Save