[nrk:skole] Fix extraction
[youtube-dl] / youtube_dl / extractor / xfileshare.py
index 4ab42d24e9a05118129e4c499cc33df93876b8ed..ee4d04c205a1f6f0ea2ba2e047399ca04877fa38 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])
@@ -61,7 +62,8 @@ class XFileShareIE(InfoExtractor):
             'ext': 'mp4',
             'title': 'youtube-dl test video \'äBaW_jenozKc.mp4.mp4',
             'thumbnail': 're:http://.*\.jpg',
-        }
+        },
+        'skip': 'Video removed',
     }, {
         'url': 'http://vidto.me/ku5glz52nqe1.html',
         'info_dict': {