mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-13 21:42:50 +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}|
|
npo\.nl/(?!(?:live|radio)/)(?:[^/]+/){2}|
|
||||||
ntr\.nl/(?:[^/]+/){2,}|
|
ntr\.nl/(?:[^/]+/){2,}|
|
||||||
omroepwnl\.nl/video/fragment/[^/]+__|
|
omroepwnl\.nl/video/fragment/[^/]+__|
|
||||||
(?:zapp|npo3)\.nl/(?:[^/]+/){2}
|
(?:zapp|npo3)\.nl/(?:[^/]+/){2,3}
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
(?P<id>[^/?#]+)
|
(?P<id>[^/?#]+)
|
||||||
|
Loading…
Reference in New Issue
Block a user