Browse Source

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

master
Sergey M․ 8 years ago
parent
commit
3461f5db06
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/xfileshare.py

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

Loading…
Cancel
Save