mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-04-14 14:51:18 +00:00
Merge 7e5d48ea64
into c052a16f72
This commit is contained in:
commit
bc77a5d6a6
@ -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