mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-01 03:22:52 -05: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