summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-04-01 18:56:35 +0700
committerSergey M․ <dstftw@gmail.com>2017-04-01 18:56:35 +0700
commiteecea00d36f29f3b22e5936ed48fa91456ab066a (patch)
tree656174a8ef5f1f3f518628a1f8b0044722b05995
parent2cd668ee591df4f271ed4394ba9b38262ae3c40e (diff)
downloadyoutube-dl-eecea00d36f29f3b22e5936ed48fa91456ab066a.tar.gz
youtube-dl-eecea00d36f29f3b22e5936ed48fa91456ab066a.tar.xz
youtube-dl-eecea00d36f29f3b22e5936ed48fa91456ab066a.zip
[xfileshare] Add support for vidabc.com (closes #12589)
-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 6de5b26d7..6856fb3bf 100644
--- a/youtube_dl/extractor/xfileshare.py
+++ b/youtube_dl/extractor/xfileshare.py
@@ -27,6 +27,7 @@ class XFileShareIE(InfoExtractor):
         ('vidto.me', 'Vidto'),
         ('streamin.to', 'Streamin.To'),
         ('xvidstage.com', 'XVIDSTAGE'),
+        ('vidabc.com', 'Vid ABC'),
     )
 
     IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])