mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 02:35:42 +08:00
[npo] Fix _VALID_URLS pattern, some pages now have one extra segment before ID
This commit is contained in:
parent
1c4804ef9b
commit
e7d3de675e
@ -38,7 +38,7 @@ class NPOIE(NPOBaseIE):
|
||||
npo\.nl/(?!(?:live|radio)/)(?:[^/]+/){2}|
|
||||
ntr\.nl/(?:[^/]+/){2,}|
|
||||
omroepwnl\.nl/video/fragment/[^/]+__|
|
||||
(?:zapp|npo3)\.nl/(?:[^/]+/){2}
|
||||
(?:zapp|npo3)\.nl/(?:[^/]+/){2,3}
|
||||
)
|
||||
)
|
||||
(?P<id>[^/?#]+)
|
||||
|
Loading…
Reference in New Issue
Block a user