aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/npo.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-27 23:10:00 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-27 23:10:00 +0700
commitf264c62334fdd31a7620b4fdefb822e1bae6bd77 (patch)
tree72704c9135b708d67853e19e6fa62fe25d797039 /youtube_dl/extractor/npo.py
parent0dc5a86a329314f551f86c2ef3202342b7506667 (diff)
downloadyoutube-dl-f264c62334fdd31a7620b4fdefb822e1bae6bd77.tar.xz
[npo] Add support for zapp.nl
Diffstat (limited to 'youtube_dl/extractor/npo.py')
-rw-r--r--youtube_dl/extractor/npo.py11
1 files changed, 10 insertions, 1 deletions
diff --git a/youtube_dl/extractor/npo.py b/youtube_dl/extractor/npo.py
index 09e8d9987..7c2c93f27 100644
--- a/youtube_dl/extractor/npo.py
+++ b/youtube_dl/extractor/npo.py
@@ -51,7 +51,8 @@ class NPOIE(NPOBaseIE):
(?:
npo\.nl/(?!live|radio)(?:[^/]+/){2}|
ntr\.nl/(?:[^/]+/){2,}|
- omroepwnl\.nl/video/fragment/[^/]+__
+ omroepwnl\.nl/video/fragment/[^/]+__|
+ zapp\.nl/[^/]+/(?:gemist|filmpjes)/
)
)
(?P<id>[^/?#]+)
@@ -140,6 +141,14 @@ class NPOIE(NPOBaseIE):
'upload_date': '20150508',
'duration': 462,
},
+ },
+ {
+ 'url': 'http://www.zapp.nl/de-bzt-show/gemist/KN_1687547',
+ 'only_matching': True,
+ },
+ {
+ 'url': 'http://www.zapp.nl/de-bzt-show/filmpjes/POMS_KN_7315118',
+ 'only_matching': True,
}
]