X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/7ceb2ec430c3363e0140a0519402428f36dc472e..63a6927374492ef47c8fd6de67d0760ace4dd0ed:/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',