mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 07:59:46 +01:00
Fixes test fail
Was unaware of --id being passed to test.
This commit is contained in:
parent
eb03f4dad3
commit
1ef80b55dd
@ -8,7 +8,7 @@ class NewgroundsIE(InfoExtractor):
|
||||
_VALID_URL = r'(?:https?://)?(?:www\.)?newgrounds\.com/audio/listen/(?P<id>\d+)'
|
||||
_TEST = {
|
||||
u'url': u'http://www.newgrounds.com/audio/listen/549479',
|
||||
u'file': u'549479_B7---BusMode.mp3',
|
||||
u'file': u'549479.mp3',
|
||||
u'md5': u'2924d938f60415cd7afbe7ae9042a99e',
|
||||
u'info_dict': {
|
||||
u"title": u"B7 - BusMode",
|
||||
|
Loading…
Reference in New Issue
Block a user