parent
2e47264235
commit
c5636e9bca
|
@ -146,7 +146,7 @@ class NRKTVIE(NRKBaseIE):
|
||||||
_VALID_URL = r'''(?x)
|
_VALID_URL = r'''(?x)
|
||||||
https?://
|
https?://
|
||||||
(?:tv|radio)\.nrk(?:super)?\.no/
|
(?:tv|radio)\.nrk(?:super)?\.no/
|
||||||
(?:serie(?:/[^/]+){1,2}|program)/
|
(?:serie(?:/[^/]+){1,}|program)/
|
||||||
(?![Ee]pisodes)%s
|
(?![Ee]pisodes)%s
|
||||||
(?:/\d{2}-\d{2}-\d{4})?
|
(?:/\d{2}-\d{2}-\d{4})?
|
||||||
(?:\#del=(?P<part_id>\d+))?
|
(?:\#del=(?P<part_id>\d+))?
|
||||||
|
@ -275,6 +275,9 @@ class NRKTVIE(NRKBaseIE):
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://tv.nrk.no/serie/lindmo/2018/MUHU11006318/avspiller',
|
'url': 'https://tv.nrk.no/serie/lindmo/2018/MUHU11006318/avspiller',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
}, {
|
||||||
|
'url': 'https://radio.nrk.no/serie/dagsnytt/sesong/201507/NPUB21019315',
|
||||||
|
'only_matching': True,
|
||||||
}]
|
}]
|
||||||
|
|
||||||
_api_host = None
|
_api_host = None
|
||||||
|
|
Loading…
Reference in New Issue