From: Sergey M․ Date: Thu, 6 Apr 2017 16:38:16 +0000 (+0700) Subject: [xfileshare] Add support for vidbom.com (closes #12661) X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=0378b8b91713a3ff7960ad92391e5994648f18fd;p=youtube-dl [xfileshare] Add support for vidbom.com (closes #12661) --- 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])