mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01: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',
|
'quality': 'npoplus',
|
||||||
'tokenId': player_token,
|
'tokenId': player_token,
|
||||||
'streamType': 'broadcast',
|
'streamType': 'broadcast',
|
||||||
})
|
}, data=b'') # endpoint requires POST
|
||||||
if not streams:
|
if not streams:
|
||||||
continue
|
continue
|
||||||
stream = streams.get('stream')
|
stream = streams.get('stream')
|
||||||
|
Loading…
Reference in New Issue
Block a user