Fix name of key

This commit is contained in:
Bart Broere 2025-01-31 16:15:03 +01:00
parent 4aa57d666c
commit 91e279fec1

View File

@ -41,7 +41,7 @@ class NPOIE(InfoExtractor):
return self._download_json(
'https://npo.nl/start/api/domain/player-token?productId=%s' % video_id,
video_id,
note='Downloading token')['token']
note='Downloading token')['jwt']
def _real_extract(self, url):
# Remove /afspelen and/or any trailing `/`s