diff options
| author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-09-17 21:10:57 +0200 | 
|---|---|---|
| committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2013-09-17 21:10:57 +0200 | 
| commit | 6523223a4c6f8924ac156b3fc2f5519a53b58e4b (patch) | |
| tree | 3811b6fc7374c03169b8cb0c3239f342213ab040 | |
| parent | 4a67aafb7e725c49e7bb3bcc5aea3fb3ae5fb42d (diff) | |
[hotnewhiphop] Fix test case title
| -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"          }      } | 
