1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 20:19:33 +00:00

[xfileshare] Add support for vidlo.us (closes #12660)

This commit is contained in:
Sergey M․ 2017-04-06 23:39:09 +07:00
parent 0378b8b917
commit 3461f5db06
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View file

@ -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])