From 17e88a3f02a699b2d44f019019c97e52c5016cd2 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 9 Oct 2019 10:34:11 -0500 Subject: [PATCH] [veoh] Extend _VALID_URL to accept '/videos/' --- 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 1c44c145c..0e3c6eb9d 100644 --- a/youtube_dl/extractor/veoh.py +++ b/youtube_dl/extractor/veoh.py @@ -9,7 +9,7 @@ from ..utils import ( class VeohIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?veoh\.com/(?:watch|embed|iphone/#_Watch)/(?P(?:v|e|yapi-)[\da-zA-Z]+)' + _VALID_URL = r'https?://(?:www\.)?veoh\.com/(?:watch|videos|embed|iphone/#_Watch)/(?P(?:v|e|yapi-)[\da-zA-Z]+)' _TESTS = [{ 'url': 'http://www.veoh.com/watch/v56314296nk7Zdmz3',