summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-08-29 19:05:11 +0600
committerSergey M․ <dstftw@gmail.com>2015-08-29 19:05:11 +0600
commit678d33295ba45833cedc2abab9c906d12dae9bee (patch)
tree54a663998648f25085aeb70d783670292cdd0385
parent5e58956d0a057e7294af15bef5a22c675812a18b (diff)
downloadyoutube-dl-678d33295ba45833cedc2abab9c906d12dae9bee.tar.gz
youtube-dl-678d33295ba45833cedc2abab9c906d12dae9bee.tar.xz
youtube-dl-678d33295ba45833cedc2abab9c906d12dae9bee.zip
[screenwavemedia] Improve _VALID_URL
-rw-r--r--youtube_dl/extractor/screenwavemedia.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/screenwavemedia.py b/youtube_dl/extractor/screenwavemedia.py
index 4d1379615..05f93904c 100644
--- a/youtube_dl/extractor/screenwavemedia.py
+++ b/youtube_dl/extractor/screenwavemedia.py
@@ -12,7 +12,7 @@ from ..utils import (
 
 
 class ScreenwaveMediaIE(InfoExtractor):
-    _VALID_URL = r'http://player\d?\.screenwavemedia\.com/(?:play/)?[a-zA-Z]+\.php\?[^"]*\bid=(?P<id>.+)'
+    _VALID_URL = r'https?://player\d?\.screenwavemedia\.com/(?:play/)?[a-zA-Z]+\.php\?.*\bid=(?P<id>[A-Za-z0-9-]+)'
     EMBED_PATTERN = r'src=(["\'])(?P<url>(?:https?:)?//player\d?\.screenwavemedia\.com/(?:play/)?[a-zA-Z]+\.php\?.*\bid=.+?)\1'
     _TESTS = [{
         'url': 'http://player.screenwavemedia.com/play/play.php?playerdiv=videoarea&companiondiv=squareAd&id=Cinemassacre-19911',