summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-04-06 23:39:09 +0700
committerSergey M․ <dstftw@gmail.com>2017-04-06 23:39:09 +0700
commit3461f5db0615fa46c2caa393f648f1ba538d1b66 (patch)
tree7a95a79a27a452c55f2b9bfd9bcd60a0cdaf2c7d
parent0378b8b91713a3ff7960ad92391e5994648f18fd (diff)
downloadyoutube-dl-3461f5db0615fa46c2caa393f648f1ba538d1b66.tar.gz
youtube-dl-3461f5db0615fa46c2caa393f648f1ba538d1b66.tar.xz
youtube-dl-3461f5db0615fa46c2caa393f648f1ba538d1b66.zip
[xfileshare] Add support for vidlo.us (closes #12660)
-rw-r--r--youtube_dl/extractor/xfileshare.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py
index a2fcb14c9..1b5cd122a 100644
--- a/youtube_dl/extractor/xfileshare.py
+++ b/youtube_dl/extractor/xfileshare.py
@@ -29,6 +29,7 @@ class XFileShareIE(InfoExtractor):
         ('xvidstage.com', 'XVIDSTAGE'),
         ('vidabc.com', 'Vid ABC'),
         ('vidbom.com', 'VidBom'),
+        ('vidlo.us', 'vidlo'),
     )
 
     IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])