X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/7ceb2ec430c3363e0140a0519402428f36dc472e..a4343ecc2bb1c6e5920a4ab619bc1d6f47bf3d41:/youtube_dl/extractor/veehd.py?ds=sidebyside 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',