projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16bc958
)
[xfileshare] Add support for rapidvideo (closes #13348)
author
Sergey M․
<dstftw@gmail.com>
Sun, 11 Jun 2017 17:16:47 +0000
(
00:16
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sun, 11 Jun 2017 17:16:47 +0000
(
00:16
+0700)
youtube_dl/extractor/xfileshare.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/xfileshare.py
b/youtube_dl/extractor/xfileshare.py
index bfec17e3c96bf544216347246dd6c94dbf2c254a..32e16bc739f5dac7cc26dce273ba2e5cfd1db2c3 100644
(file)
--- 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):