diff --git a/youtube_dl/extractor/kommunetv.py b/youtube_dl/extractor/kommunetv.py index 91d06a74f..077caa4da 100644 --- a/youtube_dl/extractor/kommunetv.py +++ b/youtube_dl/extractor/kommunetv.py @@ -6,7 +6,8 @@ from ..utils import update_url class KommunetvIE(InfoExtractor): - _VALID_URL = r'https://(\w+).kommunetv.no/archive/(?P\w+)' + _VALID_URL = r'https?://\w+\.kommun(?:etv\.no|\.tv)/(?:archive|live)/(?P\w+)' + _TEST = { 'url': 'https://oslo.kommunetv.no/archive/921', 'md5': '5f102be308ee759be1e12b63d5da4bbc',