mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-01-17 17:07:00 +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:
|
if '<dd>Song' in webpage:
|
||||||
formats[0]['vcodec'] = 'none'
|
formats[0]['vcodec'] = 'none'
|
||||||
|
|
||||||
|
self._check_formats(formats, media_id)
|
||||||
self._sort_formats(formats)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
Loading…
Reference in New Issue
Block a user