From 35d950f0cec4b5648f4e30b9db3383e7b26e3191 Mon Sep 17 00:00:00 2001 From: Johny Mo Swag Date: Thu, 2 May 2013 15:07:19 -0700 Subject: [PATCH] Fixed typo --- youtube_dl/InfoExtractors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py index ba16dbff1..80abbd711 100755 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -3512,7 +3512,7 @@ class WorldStarHipHopIE(InfoExtractor): if mobj is not None: title = mobj.group(1) else: - title = 'World Start Hip Hop - %s' % time.ctime() + title = 'World Star Hip Hop - %s' % time.ctime() _thumbnail = r"""rel="image_src" href="(.*)" />""" mobj = re.search(_thumbnail, webpage_src)