[veoh] Add support for mobile URLs

Fixes #2052
This commit is contained in:
Philipp Hagemeister 2014-01-05 05:47:47 +01:00
parent e3b7aa8428
commit 4ddba33f78
1 changed files with 1 additions and 1 deletions

View File

@ -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',