about summary refs log tree commit diff
path: root/youtube_dl/extractor/xfileshare.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-05-03 16:58:11 +0600
committerSergey M․ <dstftw@gmail.com>2016-05-03 16:58:11 +0600
commit57d8e32a3ec7fe70522edad6fd0c2847b4e00944 (patch)
tree2b20d4f46213a37b596dcdf1d8f615f91343afef /youtube_dl/extractor/xfileshare.py
parent41745523918dee174a3e642b629bcbc585931c4a (diff)
downloadyoutube-dl-57d8e32a3ec7fe70522edad6fd0c2847b4e00944.tar.gz
youtube-dl-57d8e32a3ec7fe70522edad6fd0c2847b4e00944.tar.xz
youtube-dl-57d8e32a3ec7fe70522edad6fd0c2847b4e00944.zip
[xfileshare] Add support for streamin.to
Diffstat (limited to 'youtube_dl/extractor/xfileshare.py')
-rw-r--r--youtube_dl/extractor/xfileshare.py1
1 files changed, 1 insertions, 0 deletions
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])