mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-11 07:33:21 +08:00
Update veoh.py
This commit is contained in:
parent
72546c831e
commit
2bf7220e77
@ -8,7 +8,7 @@ from ..utils import compat_urllib_request
|
||||
|
||||
|
||||
class VeohIE(InfoExtractor):
|
||||
_VALID_URL = r'http://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/v(?P<id>\d*)'
|
||||
_VALID_URL = r'http://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/v(?P<id>.+)'
|
||||
|
||||
_TEST = {
|
||||
'url': 'http://www.veoh.com/watch/v56314296nk7Zdmz3',
|
||||
|
Loading…
Reference in New Issue
Block a user