projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f04386
)
[xfileshare] Add support for vidbom.com (closes #12661)
author
Sergey M․
<dstftw@gmail.com>
Thu, 6 Apr 2017 16:38:16 +0000
(23:38 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Thu, 6 Apr 2017 16:38:16 +0000
(23:38 +0700)
youtube_dl/extractor/xfileshare.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/xfileshare.py
b/youtube_dl/extractor/xfileshare.py
index 6856fb3bf2fd720754f9facd04d67bcd6a27f651..a2fcb14c9f0076c2d98f5fb445d162fcc3dd7e18 100644
(file)
--- 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])