[ie/npo] Send `POST` request to streams API endpoint (#8413)

Closes #6398
Authored by: bartbroere
pull/8458/head
Bart Broere 2023-10-28 02:00:12 +02:00 zatwierdzone przez GitHub
rodzic 7b8b1cf5eb
commit 8e02a4dcc8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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