From: Sergey M․ Date: Sun, 7 Feb 2016 15:16:31 +0000 (+0600) Subject: [konserthusetplay] Improve _VALID_URL X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=f070197bd7b0de49672c4ff151887355d5e6a2ec;p=youtube-dl [konserthusetplay] Improve _VALID_URL --- diff --git a/youtube_dl/extractor/konserthusetplay.py b/youtube_dl/extractor/konserthusetplay.py index f21d050d7..e1395b24e 100644 --- a/youtube_dl/extractor/konserthusetplay.py +++ b/youtube_dl/extractor/konserthusetplay.py @@ -9,7 +9,7 @@ from ..utils import ( class KonserthusetPlayIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?konserthusetplay\.se/\?m=(?P[^&]+)' + _VALID_URL = r'https?://(?:www\.)?konserthusetplay\.se/\?.*\bm=(?P[^&]+)' _TEST = { 'url': 'http://www.konserthusetplay.se/?m=CKDDnlCY-dhWAAqiMERd-A', 'info_dict': {