[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

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