summary refs log tree commit diff
diff options
context:
space:
mode:
authorJohny Mo Swag <johnymo@me.com>2013-05-01 20:30:14 -0700
committerJohny Mo Swag <johnymo@me.com>2013-05-01 20:30:14 -0700
commit6ccff79594231da6583505728eeaf51ced133f3e (patch)
tree09c17c352e836e4ae8ca720eca9931d025f77c35
parentaed523ecc15febe787d919bba8f4ca3cb8c1abf2 (diff)
downloadyoutube-dl-6ccff79594231da6583505728eeaf51ced133f3e.tar.gz
youtube-dl-6ccff79594231da6583505728eeaf51ced133f3e.tar.xz
youtube-dl-6ccff79594231da6583505728eeaf51ced133f3e.zip
Small update for additon of new video source links
-rwxr-xr-xyoutube_dl/InfoExtractors.py2
1 files changed, 1 insertions, 1 deletions
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')