about summary refs log tree commit diff
path: root/youtube_dl/extractor/xfileshare.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-06-12 00:16:47 +0700
committerSergey M․ <dstftw@gmail.com>2017-06-12 00:16:47 +0700
commit534863e057b155cd71035f05600444c2be62ca95 (patch)
tree42b116495dd185c6bda4336917631ff8b425aec5 /youtube_dl/extractor/xfileshare.py
parent16bc958287b25566dbe22d22274d4c992278d2f7 (diff)
downloadyoutube-dl-534863e057b155cd71035f05600444c2be62ca95.tar.gz
youtube-dl-534863e057b155cd71035f05600444c2be62ca95.tar.xz
youtube-dl-534863e057b155cd71035f05600444c2be62ca95.zip
[xfileshare] Add support for rapidvideo (closes #13348)
Diffstat (limited to 'youtube_dl/extractor/xfileshare.py')
-rw-r--r--youtube_dl/extractor/xfileshare.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/xfileshare.py b/youtube_dl/extractor/xfileshare.py
index bfec17e3c..32e16bc73 100644
--- a/youtube_dl/extractor/xfileshare.py
+++ b/youtube_dl/extractor/xfileshare.py
@@ -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):