1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 02:19:29 +00:00

[Newgrounds] Add _check_formats()

This commit is contained in:
u-spec-png 2021-08-26 18:29:13 +02:00
parent f3da91008c
commit 8f7352509e

View file

@ -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 {