logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: f070197bd7b0de49672c4ff151887355d5e6a2ec
parent 5a7699bb2ef77c2548bcc2112e042481a809ba35
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  7 Feb 2016 21:16:31 +0600

[konserthusetplay] Improve _VALID_URL

Diffstat:

Myoutube_dl/extractor/konserthusetplay.py2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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<id>[^&]+)' + _VALID_URL = r'https?://(?:www\.)?konserthusetplay\.se/\?.*\bm=(?P<id>[^&]+)' _TEST = { 'url': 'http://www.konserthusetplay.se/?m=CKDDnlCY-dhWAAqiMERd-A', 'info_dict': {