mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:20:45 +00:00 
			
		
		
		
	[ie/npo] Send POST request to streams API endpoint (#8413)
				
					
				
			Closes #6398 Authored by: bartbroere
This commit is contained in:
		| @@ -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') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bart Broere
					Bart Broere