mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-11 03:51:20 +00:00
Update npo.py
* simplify comment * force CI
This commit is contained in:
parent
632897860b
commit
0c7261db90
1 changed files with 1 additions and 2 deletions
|
@ -226,9 +226,8 @@ class NPOIE(NPOBaseIE):
|
||||||
'tokenId': player_token,
|
'tokenId': player_token,
|
||||||
'streamType': 'broadcast',
|
'streamType': 'broadcast',
|
||||||
},
|
},
|
||||||
|
# empty data to force a POST request, avoiding HTTP 405
|
||||||
data=b'')
|
data=b'')
|
||||||
# Empty byte string in the call above to force a POST request
|
|
||||||
# Without it HTTP 405 will happen
|
|
||||||
if not streams:
|
if not streams:
|
||||||
continue
|
continue
|
||||||
stream = streams.get('stream')
|
stream = streams.get('stream')
|
||||||
|
|
Loading…
Reference in a new issue