mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-03-17 05:22:22 +09:00
updated regular experssion for possible future updates to source url
This commit is contained in:
parent
6ccff79594
commit
edd70010dc
@ -3625,7 +3625,7 @@ class WorldStarHipHopIE(InfoExtractor):
|
||||
IE_NAME = u'WorldStarHipHop'
|
||||
|
||||
def _real_extract(self, url):
|
||||
_src_url = r"""(http://(hw-videos|hw-post1).*(?:mp4|flv))"""
|
||||
_src_url = r"""(http://(hw-videos|hw-post)[0-9]*.*(?:mp4|flv))"""
|
||||
|
||||
webpage_src = compat_urllib_request.urlopen(url).read()
|
||||
webpage_src = webpage_src.decode('utf-8')
|
||||
|
Loading…
Reference in New Issue
Block a user