mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-01-27 22:00:10 +09:00
Merge 7e5d48ea64
into d55d1f423d
This commit is contained in:
commit
92845556fe
@ -6,7 +6,8 @@ from ..utils import update_url
|
||||
|
||||
|
||||
class KommunetvIE(InfoExtractor):
|
||||
_VALID_URL = r'https://(\w+).kommunetv.no/archive/(?P<id>\w+)'
|
||||
_VALID_URL = r'https?://\w+\.kommun(?:etv\.no|\.tv)/(?:archive|live)/(?P<id>\w+)'
|
||||
|
||||
_TEST = {
|
||||
'url': 'https://oslo.kommunetv.no/archive/921',
|
||||
'md5': '5f102be308ee759be1e12b63d5da4bbc',
|
||||
|
Loading…
Reference in New Issue
Block a user