projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd668e
)
[xfileshare] Add support for vidabc.com (closes #12589)
author
Sergey M․
<dstftw@gmail.com>
Sat, 1 Apr 2017 11:56:35 +0000
(18:56 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 1 Apr 2017 11:56:35 +0000
(18:56 +0700)
youtube_dl/extractor/xfileshare.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/xfileshare.py
b/youtube_dl/extractor/xfileshare.py
index 6de5b26d700151703c5be3b7cb39b4f0d8f5f873..6856fb3bf2fd720754f9facd04d67bcd6a27f651 100644
(file)
--- 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])