1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-10 19:53:15 +08:00

Update veoh.py

This commit is contained in:
winwon 2014-03-24 12:03:40 +00:00
parent 72546c831e
commit 2bf7220e77

View File

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