diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-12-05 14:29:14 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-12-05 14:29:14 +0100 |
commit | ef2fac6f4ae5191abed1962b155aec0bb0f17802 (patch) | |
tree | 56cf2b16be625ef9386f663f42d6be808f655005 /youtube_dl/extractor/hotnewhiphop.py | |
parent | 7fc3fa0545f8a07414e8c97be9862a3c2f79bb98 (diff) | |
parent | 673d1273ff6f6d3267728fbe6f79c9c801598fd2 (diff) |
Merge branch 'master' of github.com:rg3/youtube-dl
Diffstat (limited to 'youtube_dl/extractor/hotnewhiphop.py')
-rw-r--r-- | youtube_dl/extractor/hotnewhiphop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/hotnewhiphop.py b/youtube_dl/extractor/hotnewhiphop.py index 3798118a7..0ee74fb38 100644 --- a/youtube_dl/extractor/hotnewhiphop.py +++ b/youtube_dl/extractor/hotnewhiphop.py @@ -11,7 +11,7 @@ class HotNewHipHopIE(InfoExtractor): u'file': u'1435540.mp3', u'md5': u'2c2cd2f76ef11a9b3b581e8b232f3d96', u'info_dict': { - u"title": u"Freddie Gibbs - Lay It Down" + u"title": u'Freddie Gibbs "Lay It Down"' } } |