Correct some extractor _VALID_URL regexes
[youtube-dl] / youtube_dl / extractor / videofyme.py
index 912802d9aa22082f2f39148db7920a6287c74ec6..f75169041b4f958b9f345daba99a4a1ba575cf4e 100644 (file)
@@ -7,7 +7,7 @@ from ..utils import (
 )
 
 class VideofyMeIE(InfoExtractor):
-    _VALID_URL = r'https?://(www.videofy.me/.+?|p.videofy.me/v)/(?P<id>\d+)(&|#|$)'
+    _VALID_URL = r'https?://(www\.videofy\.me/.+?|p\.videofy\.me/v)/(?P<id>\d+)(&|#|$)'
     IE_NAME = u'videofy.me'
 
     _TEST = {