projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c5335a
)
[spike] Extend _VALID_URL (Closes #5420)
author
Sergey M․
<dstftw@gmail.com>
Wed, 15 Apr 2015 14:58:48 +0000
(20:58 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 15 Apr 2015 14:58:48 +0000
(20:58 +0600)
youtube_dl/extractor/spike.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/spike.py
b/youtube_dl/extractor/spike.py
index e529bb55ccccb1beefdf12d2df1ea689dd0d6f2e..182f286dfefc4023483c422fbf6c6a73203b86ff 100644
(file)
--- a/
youtube_dl/extractor/spike.py
+++ b/
youtube_dl/extractor/spike.py
@@
-5,7
+5,7
@@
from .mtv import MTVServicesInfoExtractor
class SpikeIE(MTVServicesInfoExtractor):
_VALID_URL = r'''(?x)https?://
- (?:www\.spike\.com/(?:video-
clips
|(?:full-)?episodes)/.+|
+ (?:www\.spike\.com/(?:video-
(?:clips|playlists)
|(?:full-)?episodes)/.+|
m\.spike\.com/videos/video\.rbml\?id=(?P<id>[^&]+))
'''
_TEST = {