[xfileshare] Add support for rapidvideo (closes #13348)
authorSergey M․ <dstftw@gmail.com>
Sun, 11 Jun 2017 17:16:47 +0000 (00:16 +0700)
committerSergey M․ <dstftw@gmail.com>
Sun, 11 Jun 2017 17:16:47 +0000 (00:16 +0700)
youtube_dl/extractor/xfileshare.py

index bfec17e3c96bf544216347246dd6c94dbf2c254a..32e16bc739f5dac7cc26dce273ba2e5cfd1db2c3 100644 (file)
@@ -30,6 +30,7 @@ class XFileShareIE(InfoExtractor):
         (r'vidabc\.com', 'Vid ABC'),
         (r'vidbom\.com', 'VidBom'),
         (r'vidlo\.us', 'vidlo'),
+        (r'rapidvideo\.(?:cool|org)', 'RapidVideo.TV'),
     )
 
     IE_DESC = 'XFileShare based sites: %s' % ', '.join(list(zip(*_SITES))[1])
@@ -109,6 +110,9 @@ class XFileShareIE(InfoExtractor):
         'params': {
             'skip_download': True,
         },
+    }, {
+        'url': 'http://www.rapidvideo.cool/b667kprndr8w',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):