[veoh] Extend _VALID_URL to accept '/videos/'

This commit is contained in:
nobody 2019-10-09 10:34:11 -05:00
parent d4bb825b83
commit 17e88a3f02

View File

@ -9,7 +9,7 @@ from ..utils import (
class VeohIE(InfoExtractor): class VeohIE(InfoExtractor):
_VALID_URL = r'https?://(?:www\.)?veoh\.com/(?:watch|embed|iphone/#_Watch)/(?P<id>(?:v|e|yapi-)[\da-zA-Z]+)' _VALID_URL = r'https?://(?:www\.)?veoh\.com/(?:watch|videos|embed|iphone/#_Watch)/(?P<id>(?:v|e|yapi-)[\da-zA-Z]+)'
_TESTS = [{ _TESTS = [{
'url': 'http://www.veoh.com/watch/v56314296nk7Zdmz3', 'url': 'http://www.veoh.com/watch/v56314296nk7Zdmz3',