mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-11 14:15:35 +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):
|
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 = {
|
_TEST = {
|
||||||
'url': 'http://www.veoh.com/watch/v56314296nk7Zdmz3',
|
'url': 'http://www.veoh.com/watch/v56314296nk7Zdmz3',
|
||||||
|
Loading…
Reference in New Issue
Block a user