about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-04-15 20:58:48 +0600
committerSergey M․ <dstftw@gmail.com>2015-04-15 20:58:48 +0600
commit4d1cdb5bfebcc93d73ffb710ec7af0752d698dca (patch)
treefa6f85f6d9abc75f47f0a60bb0811ec3d6ecdcd3
parent9c5335a0270042b7e84f02e550676447ccf603b1 (diff)
downloadyoutube-dl-4d1cdb5bfebcc93d73ffb710ec7af0752d698dca.tar.gz
youtube-dl-4d1cdb5bfebcc93d73ffb710ec7af0752d698dca.tar.xz
youtube-dl-4d1cdb5bfebcc93d73ffb710ec7af0752d698dca.zip
[spike] Extend _VALID_URL (Closes #5420)
-rw-r--r--youtube_dl/extractor/spike.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/spike.py b/youtube_dl/extractor/spike.py
index e529bb55c..182f286df 100644
--- 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 = {