diff options
author | Pierre Rudloff <contact@rudloff.pro> | 2013-09-17 23:07:44 +0200 |
---|---|---|
committer | Pierre Rudloff <contact@rudloff.pro> | 2013-09-17 23:07:44 +0200 |
commit | 8f77093262b9613fcba73a101eb403ea9b275a33 (patch) | |
tree | 60df504180de14955b865262f816f18f727b664e /youtube_dl/extractor/hotnewhiphop.py | |
parent | d79a0e233a329e543797478a2eeb377e469c0f3f (diff) | |
parent | 6523223a4c6f8924ac156b3fc2f5519a53b58e4b (diff) |
Merge remote-tracking branch 'upstream/master' into websurg
Diffstat (limited to 'youtube_dl/extractor/hotnewhiphop.py')
-rw-r--r-- | youtube_dl/extractor/hotnewhiphop.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/hotnewhiphop.py b/youtube_dl/extractor/hotnewhiphop.py index ccca1d7e0..3798118a7 100644 --- a/youtube_dl/extractor/hotnewhiphop.py +++ b/youtube_dl/extractor/hotnewhiphop.py @@ -7,11 +7,11 @@ from .common import InfoExtractor class HotNewHipHopIE(InfoExtractor): _VALID_URL = r'http://www\.hotnewhiphop.com/.*\.(?P<id>.*)\.html' _TEST = { - u'url': u"http://www.hotnewhiphop.com/freddie-gibbs-lay-it-down-song.1435540.html'", + u'url': u"http://www.hotnewhiphop.com/freddie-gibbs-lay-it-down-song.1435540.html", u'file': u'1435540.mp3', u'md5': u'2c2cd2f76ef11a9b3b581e8b232f3d96', u'info_dict': { - u"title": u"Freddie Gibbs Songs - Lay It Down" + u"title": u"Freddie Gibbs - Lay It Down" } } |