projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc01fd
)
[npo] Relax _VALID_URL for zapp.nl
author
Sergey M․
<dstftw@gmail.com>
Mon, 27 Feb 2017 16:13:51 +0000
(23:13 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Mon, 27 Feb 2017 16:13:51 +0000
(23:13 +0700)
youtube_dl/extractor/npo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/npo.py
b/youtube_dl/extractor/npo.py
index b53c29993d44391abe9bc5b36cc4570d229dbf35..50473d777dd2d1e3d238a7215a0b0a0f7b2ebef8 100644
(file)
--- a/
youtube_dl/extractor/npo.py
+++ b/
youtube_dl/extractor/npo.py
@@
-52,7
+52,7
@@
class NPOIE(NPOBaseIE):
npo\.nl/(?!live|radio)(?:[^/]+/){2}|
ntr\.nl/(?:[^/]+/){2,}|
omroepwnl\.nl/video/fragment/[^/]+__|
- zapp\.nl/[^/]+/
(?:gemist|filmpjes)
/
+ zapp\.nl/[^/]+/
[^/]+
/
)
)
(?P<id>[^/?#]+)
@@
-149,6
+149,10
@@
class NPOIE(NPOBaseIE):
{
'url': 'http://www.zapp.nl/de-bzt-show/filmpjes/POMS_KN_7315118',
'only_matching': True,
+ },
+ {
+ 'url': 'http://www.zapp.nl/beste-vrienden-quiz/extra-video-s/WO_NTR_1067990',
+ 'only_matching': True,
}
]