From: Sergey M․ Date: Tue, 3 May 2016 10:58:11 +0000 (+0600) Subject: [xfileshare] Add support for streamin.to X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=57d8e32a3ec7fe70522edad6fd0c2847b4e00944;p=youtube-dl [xfileshare] Add support for streamin.to --- diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py index 4ab42d24e..769003735 100644 --- a/youtube_dl/extractor/xfileshare.py +++ b/youtube_dl/extractor/xfileshare.py @@ -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])