mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-15 16:04:13 +09:00
Merge 7e5d48ea64dc4d4eb542144726aa1f67b768bfac into da7223d4aa42ff9fc680b0951d043dd03cec2d30
This commit is contained in:
commit
24f25936eb
@ -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…
x
Reference in New Issue
Block a user