Browse Source

[veoh] Add support for mobile URLs

Fixes #2052
Philipp Hagemeister 11 years ago
parent
commit
4ddba33f78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/veoh.py

+ 1 - 1
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',