youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 57d8e32a3ec7fe70522edad6fd0c2847b4e00944
parent 41745523918dee174a3e642b629bcbc585931c4a
Author: Sergey M․ <dstftw@gmail.com>
Date:   Tue,  3 May 2016 16:58:11 +0600

[xfileshare] Add support for streamin.to

Diffstat:
Myoutube_dl/extractor/xfileshare.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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])