From 6ccff79594231da6583505728eeaf51ced133f3e Mon Sep 17 00:00:00 2001 From: Johny Mo Swag Date: Wed, 1 May 2013 20:30:14 -0700 Subject: [PATCH] Small update for additon of new video source links --- 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 110ec834c..3cd50d023 100755 --- a/youtube_dl/InfoExtractors.py +++ b/youtube_dl/InfoExtractors.py @@ -3625,7 +3625,7 @@ class WorldStarHipHopIE(InfoExtractor): IE_NAME = u'WorldStarHipHop' def _real_extract(self, url): - _src_url = r"""(http://hw-videos.*(?:mp4|flv))""" + _src_url = r"""(http://(hw-videos|hw-post1).*(?:mp4|flv))""" webpage_src = compat_urllib_request.urlopen(url).read() webpage_src = webpage_src.decode('utf-8')