mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-21 20:46:36 -05:00
[nrktv] Recognize tv.nrksuper.no URL
This commit is contained in:
parent
ed86f38a11
commit
236d0cd07c
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ def _real_extract(self, url):
|
|||
|
||||
|
||||
class NRKTVIE(InfoExtractor):
|
||||
_VALID_URL = r'http://tv\.nrk\.no/(?:serie/[^/]+|program)/(?P<id>[a-z]{4}\d{8})'
|
||||
_VALID_URL = r'http://tv\.nrk(?:super)?\.no/(?:serie/[^/]+|program)/(?P<id>[a-z]{4}\d{8})'
|
||||
|
||||
_TESTS = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue