X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/782e271dfe61ed8d5dbf100286ad876068ea585c..a4343ecc2bb1c6e5920a4ab619bc1d6f47bf3d41:/youtube_dl/extractor/veehd.py diff --git a/youtube_dl/extractor/veehd.py b/youtube_dl/extractor/veehd.py index 3a99a29..3cf8c85 100644 --- a/youtube_dl/extractor/veehd.py +++ b/youtube_dl/extractor/veehd.py @@ -9,7 +9,7 @@ from ..utils import ( ) class VeeHDIE(InfoExtractor): - _VALID_URL = r'https?://veehd.com/video/(?P\d+)' + _VALID_URL = r'https?://veehd\.com/video/(?P\d+)' _TEST = { u'url': u'http://veehd.com/video/4686958',