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