projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4174552
)
[xfileshare] Add support for streamin.to
author
Sergey M․
<dstftw@gmail.com>
Tue, 3 May 2016 10:58:11 +0000
(16:58 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 3 May 2016 10:58:11 +0000
(16:58 +0600)
youtube_dl/extractor/xfileshare.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/xfileshare.py
b/youtube_dl/extractor/xfileshare.py
index 4ab42d24e9a05118129e4c499cc33df93876b8ed..7690037350bbd8ad4187ea352194ba8008b2fd36 100644
(file)
--- a/
youtube_dl/extractor/xfileshare.py
+++ b/
youtube_dl/extractor/xfileshare.py
@@
-22,6
+22,7
@@
class XFileShareIE(InfoExtractor):
('rapidvideo.ws', 'Rapidvideo.ws'),
('thevideobee.to', 'TheVideoBee'),
('vidto.me', 'Vidto'),
+ ('streamin.to', 'Streamin.To'),
)
IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])