mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-03-06 04:29:45 +00: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 a new issue