Skip to content

Commit

Permalink
[ie/npo] Send POST request to streams API endpoint (#8413)
Browse files Browse the repository at this point in the history
Closes #6398
Authored by: bartbroere
  • Loading branch information
bartbroere committed Oct 28, 2023
1 parent 7b8b1cf commit 8e02a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/npo.py
Expand Up @@ -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')
Expand Down

0 comments on commit 8e02a4d

Please sign in to comment.