mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-12-22 20:20:09 +09:00
[Newgrounds] Add _check_formats()
This commit is contained in:
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…
Reference in New Issue
Block a user