projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed86f38
)
[nrktv] Recognize tv.nrksuper.no URL
author
Sergey M․
<dstftw@gmail.com>
Sat, 31 May 2014 10:45:00 +0000
(17:45 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 31 May 2014 10:45:00 +0000
(17:45 +0700)
youtube_dl/extractor/nrk.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nrk.py
b/youtube_dl/extractor/nrk.py
index f5117d7b308fde3d487c6057120a435f44962efc..3a6a7883e31f2ff309157f0e4d27765ef98fdf1b 100644
(file)
--- a/
youtube_dl/extractor/nrk.py
+++ b/
youtube_dl/extractor/nrk.py
@@
-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 = [
{