summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-04-06 23:38:16 +0700
committerSergey M․ <dstftw@gmail.com>2017-04-06 23:38:16 +0700
commit0378b8b91713a3ff7960ad92391e5994648f18fd (patch)
tree06a006dac5142147952d611a2e78f8c23405f02c
parent7f04386b89ced3235ea53c6c041dbfff3cbe667b (diff)
downloadyoutube-dl-0378b8b91713a3ff7960ad92391e5994648f18fd.tar.gz
youtube-dl-0378b8b91713a3ff7960ad92391e5994648f18fd.tar.xz
youtube-dl-0378b8b91713a3ff7960ad92391e5994648f18fd.zip
[xfileshare] Add support for vidbom.com (closes #12661)
-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 6856fb3bf..a2fcb14c9 100644
--- a/youtube_dl/extractor/xfileshare.py
+++ b/youtube_dl/extractor/xfileshare.py
@@ -28,6 +28,7 @@ class XFileShareIE(InfoExtractor):
         ('streamin.to', 'Streamin.To'),
         ('xvidstage.com', 'XVIDSTAGE'),
         ('vidabc.com', 'Vid ABC'),
+        ('vidbom.com', 'VidBom'),
     )
 
     IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])