youtube-dl

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

commit eecea00d36f29f3b22e5936ed48fa91456ab066a
parent 2cd668ee591df4f271ed4394ba9b38262ae3c40e
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat,  1 Apr 2017 18:56:35 +0700

[xfileshare] Add support for vidabc.com (closes #12589)

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 @@ -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])