mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-22 09:19:59 +00:00
Fix name of key
This commit is contained in:
parent
4aa57d666c
commit
91e279fec1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user