mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-08 01:13:15 +00:00
[ie/npo] Send POST
request to streams API endpoint (#8413)
Closes #6398 Authored by: bartbroere
This commit is contained in:
parent
7b8b1cf5eb
commit
8e02a4dcc8
|
@ -245,7 +245,7 @@ def _real_extract(self, url):
|
|||
'quality': 'npoplus',
|
||||
'tokenId': player_token,
|
||||
'streamType': 'broadcast',
|
||||
})
|
||||
}, data=b'') # endpoint requires POST
|
||||
if not streams:
|
||||
continue
|
||||
stream = streams.get('stream')
|
||||
|
|
Loading…
Reference in a new issue