[xfileshare] Correct _VALID_URL
authorYen Chi Hsuan <yan12125@gmail.com>
Sat, 14 Nov 2015 09:27:00 +0000 (17:27 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sat, 14 Nov 2015 09:27:32 +0000 (17:27 +0800)
youtube_dl/extractor/xfileshare.py

index 7610dc627c42a437dfd831bab8c12f6f1c06790d..952515c9819406bf9cf0f744d8645eb0c28c77c4 100644 (file)
@@ -19,7 +19,7 @@ class XFileShareIE(InfoExtractor):
     IE_DESC = 'XFileShare based sites: GorillaVid.in, daclips.in, movpod.in, fastvideo.in, realvid.net, filehoot.com and vidto.me'
     _VALID_URL = r'''(?x)
         https?://(?P<host>(?:www\.)?
-            (?:daclips\.in|gorillavid\.in|movpod\.in|fastvideo\.in|realvid\.net|filehoot\.com|vidto.\me))/
+            (?:daclips\.in|gorillavid\.in|movpod\.in|fastvideo\.in|realvid\.net|filehoot\.com|vidto\.me))/
         (?:embed-)?(?P<id>[0-9a-zA-Z]+)(?:-[0-9]+x[0-9]+\.html)?
     '''