projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df4939b
)
[nrk] Relax _VALID_URL (closes #10928)
author
Sergey M․
<dstftw@gmail.com>
Tue, 18 Oct 2016 19:59:44 +0000
(
02:59
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Tue, 18 Oct 2016 19:59:44 +0000
(
02:59
+0700)
youtube_dl/extractor/nrk.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/nrk.py
b/youtube_dl/extractor/nrk.py
index d471eb20ca3276d5114cbf8e5775a73c208ee1f2..c304282080d7677dc94fe6ff0692266458d7229e 100644
(file)
--- a/
youtube_dl/extractor/nrk.py
+++ b/
youtube_dl/extractor/nrk.py
@@
-113,7
+113,7
@@
class NRKBaseIE(InfoExtractor):
class NRKIE(NRKBaseIE):
- _VALID_URL = r'(?:nrk:|https?://(?:www\.)?nrk\.no/video/PS\*)(?P<id>
\d
+)'
+ _VALID_URL = r'(?:nrk:|https?://(?:www\.)?nrk\.no/video/PS\*)(?P<id>
[^/?#&]
+)'
_API_HOST = 'v8.psapi.nrk.no'
_TESTS = [{
# video
@@
-137,6
+137,9
@@
class NRKIE(NRKBaseIE):
'description': 'md5:a621f5cc1bd75c8d5104cb048c6b8568',
'duration': 20,
}
+ }, {
+ 'url': 'nrk:ecc1b952-96dc-4a98-81b9-5296dc7a98d9',
+ 'only_matching': True,
}]