aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/xfileshare.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-11-14 17:27:00 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-11-14 17:27:32 +0800
commit9d584da7d0fd207d46e1592b25244cfcad4354ed (patch)
tree0ccebda5277ff0a745f1396a94b737f0e5d14fdb /youtube_dl/extractor/xfileshare.py
parent31752f76f76c6ca6f9e515b69a7488103575763e (diff)
downloadyoutube-dl-9d584da7d0fd207d46e1592b25244cfcad4354ed.zip
youtube-dl-9d584da7d0fd207d46e1592b25244cfcad4354ed.tar.gz
youtube-dl-9d584da7d0fd207d46e1592b25244cfcad4354ed.tar.bz2
[xfileshare] Correct _VALID_URL
Diffstat (limited to 'youtube_dl/extractor/xfileshare.py')
-rw-r--r--youtube_dl/extractor/xfileshare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py
index 7610dc6..952515c 100644
--- a/youtube_dl/extractor/xfileshare.py
+++ b/youtube_dl/extractor/xfileshare.py
@@ -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)?
'''