parent
e3b7aa8428
commit
4ddba33f78
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue