1
0
mirror of https://github.com/ytdl-org/youtube-dl synced 2025-04-28 09:54:49 +09:00

Fixed typo

This commit is contained in:
Johny Mo Swag 2013-05-02 15:07:19 -07:00
parent 71525f0a7c
commit 35d950f0ce

@ -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)