From 0f1948b4e9d00487fc31e4f431c6ecb6ba403c12 Mon Sep 17 00:00:00 2001 From: FairTrade Date: Wed, 19 Nov 2025 17:12:31 +0100 Subject: [PATCH] Fixed config series NPO --- NPO/config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NPO/config.yaml b/NPO/config.yaml index 3caf4f0..b4546f6 100644 --- a/NPO/config.yaml +++ b/NPO/config.yaml @@ -1,9 +1,10 @@ endpoints: metadata: "https://npo.nl/start/_next/data/{build_id}/video/{slug}.json" - metadata_series: "https://npo.nl/start/_next/data/{build_id}/serie/{slug}.json" + metadata_series: "https://npo.nl/start/_next/data/{build_id}/serie/{slug}/afleveringen.json" metadata_episode: "https://npo.nl/start/_next/data/{build_id}/serie/{series_slug}/seizoen-{season_slug}/{episode_slug}.json" streams: "https://prod.npoplayer.nl/stream-link" player_token: "https://npo.nl/start/api/domain/player-token?productId={product_id}" license: "https://npo-drm-gateway.samgcloud.nepworldwide.nl/authentication" homepage: "https://npo.nl/start" -DrmType: "widevine" + search: " https://npo.nl/start/api/domain/search-collection-items" +DrmType: "widevine" \ No newline at end of file