Skip to content

Commit

Permalink
[ie/youtube] Revoke PO token requirement of ios client
Browse files Browse the repository at this point in the history
  • Loading branch information
kclauhk committed Feb 19, 2025
1 parent 5700971 commit 03107a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_dlp/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class _PoTokenContext(enum.Enum):
},
},
'INNERTUBE_CONTEXT_CLIENT_NAME': 5,
'PO_TOKEN_REQUIRED_CONTEXTS': [_PoTokenContext.GVS],
# 'PO_TOKEN_REQUIRED_CONTEXTS': [_PoTokenContext.GVS],
'REQUIRE_JS_PLAYER': False,
},
# This client now requires sign-in for every video
Expand Down

0 comments on commit 03107a3

Please sign in to comment.