From 80b7f3cd0005b8353eec00d4e59a23e43f1e2fa4 Mon Sep 17 00:00:00 2001 From: Astound Date: Sat, 30 Mar 2024 10:10:35 +0800 Subject: Update user-agents and update android client parameters to fix blockage --- youtube/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/comments.py') diff --git a/youtube/comments.py b/youtube/comments.py index d808876..92a89e1 100644 --- a/youtube/comments.py +++ b/youtube/comments.py @@ -53,7 +53,7 @@ def request_comments(ctoken, replies=False): 'hl': 'en', 'gl': 'US', 'clientName': 'MWEB', - 'clientVersion': '2.20210804.02.00', + 'clientVersion': '2.20240328.08.00', }, }, 'continuation': ctoken.replace('=', '%3D'), -- cgit v1.2.3