aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/comments.py
diff options
context:
space:
mode:
authorAstound <kirito@disroot.org>2024-03-30 10:10:35 +0800
committerAstound <kirito@disroot.org>2024-03-30 10:10:35 +0800
commit80b7f3cd0005b8353eec00d4e59a23e43f1e2fa4 (patch)
tree603c812bbe476c0833d69f6b8f34fb4fc1a29087 /youtube/comments.py
parent8b79e067bc8ead97794d41aaec74b1fa8c69f887 (diff)
downloadyt-local-80b7f3cd0005b8353eec00d4e59a23e43f1e2fa4.tar.lz
yt-local-80b7f3cd0005b8353eec00d4e59a23e43f1e2fa4.tar.xz
yt-local-80b7f3cd0005b8353eec00d4e59a23e43f1e2fa4.zip
Update user-agents and update android client parameters to fix blockage
Diffstat (limited to 'youtube/comments.py')
-rw-r--r--youtube/comments.py2
1 files changed, 1 insertions, 1 deletions
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'),