1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-11 03:55:14 +00:00

[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:
bashonly
2025-08-22 18:49:54 -05:00
committed by GitHub
parent 39b7b8ddc7
commit 895e762a83
3 changed files with 6 additions and 15 deletions

View File

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