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