youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 1ef80b55ddf05d7fe2bcba08c414aa10c524870d
parent eb03f4dad3ebb0f781e6742b6c1c590506d58e5b
Author: Ruirize <ruirize@live.co.uk>
Date:   Wed, 18 Sep 2013 16:23:38 +0100

Fixes test fail

Was unaware of --id being passed to test.

Diffstat:
Myoutube_dl/extractor/newgrounds.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/extractor/newgrounds.py b/youtube_dl/extractor/newgrounds.py @@ -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",