Browse Source

[konserthusetplay] Improve _VALID_URL

Sergey M․ 9 years ago
parent
commit
f070197bd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      youtube_dl/extractor/konserthusetplay.py

+ 1 - 1
youtube_dl/extractor/konserthusetplay.py

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