[konserthusetplay] Improve _VALID_URL
authorSergey M․ <dstftw@gmail.com>
Sun, 7 Feb 2016 15:16:31 +0000 (21:16 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 7 Feb 2016 15:16:31 +0000 (21:16 +0600)
youtube_dl/extractor/konserthusetplay.py

index f21d050d76c6bc08aa9fd8951ef7092e35b97c0c..e1395b24e1eaf2757a859865995d4d54a5944419 100644 (file)
@@ -9,7 +9,7 @@ from ..utils import (
 
 
 class KonserthusetPlayIE(InfoExtractor):
-    _VALID_URL = r'https?://(?:www\.)?konserthusetplay\.se/\?m=(?P<id>[^&]+)'
+    _VALID_URL = r'https?://(?:www\.)?konserthusetplay\.se/\?.*\bm=(?P<id>[^&]+)'
     _TEST = {
         'url': 'http://www.konserthusetplay.se/?m=CKDDnlCY-dhWAAqiMERd-A',
         'info_dict': {