[xfileshare] Add support for streamin.to

pull/8/head
Sergey M․ 2016-05-03 16:58:11 +06:00
rodzic 4174552391
commit 57d8e32a3e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 1 dodań i 0 usunięć
youtube_dl/extractor

Wyświetl plik

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