diff options
| -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"'          }      }  | 
