mirror of
https://code.hackerspace.pl/q3k/youtube-dl
synced 2025-03-16 11:43:02 +00:00
[xfileshare] Add support for streamin.to
This commit is contained in:
parent
4174552391
commit
57d8e32a3e
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user