mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-17 05:22:22 +09:00
Fixed typo
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user