mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-20 13:24:16 -07:00
Merge 7e5d48ea64
into a084c80f7b
This commit is contained in:
commit
884ea9ef8d
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue