summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-05 05:47:47 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-05 05:47:50 +0100
commit4ddba33f78a11e100653771d10038a7d8e90ec9f (patch)
tree35e145e24991a96809b5e0747bfdd31466b87e15
parente3b7aa8428ba96cd21cfa9824ce8c06df55bfc08 (diff)
downloadyoutube-dl-4ddba33f78a11e100653771d10038a7d8e90ec9f.tar.gz
youtube-dl-4ddba33f78a11e100653771d10038a7d8e90ec9f.tar.xz
youtube-dl-4ddba33f78a11e100653771d10038a7d8e90ec9f.zip
[veoh] Add support for mobile URLs
Fixes #2052
-rw-r--r--youtube_dl/extractor/veoh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/veoh.py b/youtube_dl/extractor/veoh.py
index 00672c9e5..9534f2725 100644
--- a/youtube_dl/extractor/veoh.py
+++ b/youtube_dl/extractor/veoh.py
@@ -7,7 +7,7 @@ from ..utils import (
 )
 
 class VeohIE(InfoExtractor):
-    _VALID_URL = r'http://www\.veoh\.com/watch/v(?P<id>\d*)'
+    _VALID_URL = r'http://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/v(?P<id>\d*)'
 
     _TEST = {
         u'url': u'http://www.veoh.com/watch/v56314296nk7Zdmz3',