Sergey M․
7 years ago
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
5 additions and
1 deletions
-
youtube_dl/extractor/npo.py
|
@ -52,7 +52,7 @@ class NPOIE(NPOBaseIE): |
|
|
npo\.nl/(?!live|radio)(?:[^/]+/){2}| |
|
|
npo\.nl/(?!live|radio)(?:[^/]+/){2}| |
|
|
ntr\.nl/(?:[^/]+/){2,}| |
|
|
ntr\.nl/(?:[^/]+/){2,}| |
|
|
omroepwnl\.nl/video/fragment/[^/]+__| |
|
|
omroepwnl\.nl/video/fragment/[^/]+__| |
|
|
zapp\.nl/[^/]+/(?:gemist|filmpjes)/ |
|
|
|
|
|
|
|
|
zapp\.nl/[^/]+/[^/]+/ |
|
|
) |
|
|
) |
|
|
) |
|
|
) |
|
|
(?P<id>[^/?#]+) |
|
|
(?P<id>[^/?#]+) |
|
@ -149,6 +149,10 @@ class NPOIE(NPOBaseIE): |
|
|
{ |
|
|
{ |
|
|
'url': 'http://www.zapp.nl/de-bzt-show/filmpjes/POMS_KN_7315118', |
|
|
'url': 'http://www.zapp.nl/de-bzt-show/filmpjes/POMS_KN_7315118', |
|
|
'only_matching': True, |
|
|
'only_matching': True, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
'url': 'http://www.zapp.nl/beste-vrienden-quiz/extra-video-s/WO_NTR_1067990', |
|
|
|
|
|
'only_matching': True, |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|