[ie/npo] Send `POST` request to streams API endpoint (#8413)

Closes #6398
Authored by: bartbroere
pull/8458/head
Bart Broere 7 months ago committed by GitHub
parent 7b8b1cf5eb
commit 8e02a4dcc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -245,7 +245,7 @@ class NPOIE(InfoExtractor):
'quality': 'npoplus',
'tokenId': player_token,
'streamType': 'broadcast',
})
}, data=b'') # endpoint requires POST
if not streams:
continue
stream = streams.get('stream')

Loading…
Cancel
Save