From 2bf7220e7785a4c2ef399e6010e25060521c4704 Mon Sep 17 00:00:00 2001 From: winwon Date: Mon, 24 Mar 2014 12:03:40 +0000 Subject: [PATCH] Update veoh.py --- youtube_dl/extractor/veoh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/veoh.py b/youtube_dl/extractor/veoh.py index c90feefd2..4fe26cde2 100644 --- a/youtube_dl/extractor/veoh.py +++ b/youtube_dl/extractor/veoh.py @@ -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\d*)' + _VALID_URL = r'http://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/v(?P.+)' _TEST = { 'url': 'http://www.veoh.com/watch/v56314296nk7Zdmz3',