youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 0378b8b91713a3ff7960ad92391e5994648f18fd
parent 7f04386b89ced3235ea53c6c041dbfff3cbe667b
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu,  6 Apr 2017 23:38:16 +0700

[xfileshare] Add support for vidbom.com (closes #12661)

Diffstat:
Myoutube_dl/extractor/xfileshare.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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])