[xfileshare] Add support for streamin.to
authorSergey M․ <dstftw@gmail.com>
Tue, 3 May 2016 10:58:11 +0000 (16:58 +0600)
committerSergey M․ <dstftw@gmail.com>
Tue, 3 May 2016 10:58:11 +0000 (16:58 +0600)
youtube_dl/extractor/xfileshare.py

index 4ab42d24e9a05118129e4c499cc33df93876b8ed..7690037350bbd8ad4187ea352194ba8008b2fd36 100644 (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])