[ie/youtube] Replace ios with tv_simply in default clients (#14123)
Also: - Add `web_safari` to default logged-in clients - Add `web_creator` to default premium clients - Flag `ios` HLS formats as requiring PO token Closes #13702 Authored by: bashonly, coletdjnz Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
This commit is contained in:
parent
39b7b8ddc7
commit
895e762a83
3 changed files with 6 additions and 15 deletions
|
|
@ -259,9 +259,8 @@ INNERTUBE_CLIENTS = {
|
|||
not_required_with_player_token=True,
|
||||
),
|
||||
# HLS Livestreams require POT 30 seconds in
|
||||
# TODO: Rolling out
|
||||
StreamingProtocol.HLS: GvsPoTokenPolicy(
|
||||
required=False,
|
||||
required=True,
|
||||
recommended=True,
|
||||
not_required_with_player_token=True,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue