mirror of
https://gitea.eponym.info/Mirrors/youtube-dl
synced 2025-09-02 22:19:33 +00:00
@@ -7,7 +7,7 @@ from ..utils import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
class VeohIE(InfoExtractor):
|
class VeohIE(InfoExtractor):
|
||||||
_VALID_URL = r'http://www\.veoh\.com/watch/v(?P<id>\d*)'
|
_VALID_URL = r'http://(?:www\.)?veoh\.com/(?:watch|iphone/#_Watch)/v(?P<id>\d*)'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
u'url': u'http://www.veoh.com/watch/v56314296nk7Zdmz3',
|
u'url': u'http://www.veoh.com/watch/v56314296nk7Zdmz3',
|
||||||
|
Reference in New Issue
Block a user