Browse Source

[xfileshare] Add support for streamin.to

totalwebcasting
Sergey M․ 9 years ago
parent
commit
57d8e32a3e
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/xfileshare.py

+ 1
- 0
youtube_dl/extractor/xfileshare.py View File

@ -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…
Cancel
Save