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

Closes #6398
Authored by: bartbroere
This commit is contained in:
Bart Broere 2023-10-28 02:00:12 +02:00 committed by GitHub
parent 7b8b1cf5eb
commit 8e02a4dcc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')