This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[nrktv] Recognize tv.nrksuper.no URL
totalwebcasting
Sergey M․
11 years ago
parent
ed86f38a11
commit
236d0cd07c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
youtube_dl/extractor/nrk.py
+ 1
- 1
youtube_dl/extractor/nrk.py
View File
@ -72,7 +72,7 @@ class NRKIE(InfoExtractor):
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
=
[
{
Write
Preview
Loading…
Cancel
Save