aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/util.py
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-04-04 15:05:33 -0500
committerAstounds <kirito@disroot.org>2026-04-04 15:05:33 -0500
commitf7bbf3129a0f7a3e89f0009efcb30b172a7579bc (patch)
tree14653760fbd7c8063fc74424f8129e7b8eb2f2f5 /youtube/util.py
parent688521f8d694e4bc0aa54ffbdd31425fd91478d9 (diff)
downloadyt-local-f7bbf3129a0f7a3e89f0009efcb30b172a7579bc.tar.lz
yt-local-f7bbf3129a0f7a3e89f0009efcb30b172a7579bc.tar.xz
yt-local-f7bbf3129a0f7a3e89f0009efcb30b172a7579bc.zip
update ios client
Diffstat (limited to 'youtube/util.py')
-rw-r--r--youtube/util.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/youtube/util.py b/youtube/util.py
index 3f48c84..3a8fd01 100644
--- a/youtube/util.py
+++ b/youtube/util.py
@@ -837,9 +837,12 @@ INNERTUBE_CLIENTS = {
'hl': 'en',
'gl': 'US',
'clientName': 'IOS',
- 'clientVersion': '19.09.3',
- 'deviceModel': 'iPhone14,3',
- 'userAgent': 'com.google.ios.youtube/19.09.3 (iPhone14,3; U; CPU iOS 15_6 like Mac OS X)'
+ 'clientVersion': '21.03.2',
+ 'deviceMake': 'Apple',
+ 'deviceModel': 'iPhone16,2',
+ 'osName': 'iPhone',
+ 'osVersion': '18.7.2.22H124',
+ 'userAgent': 'com.google.ios.youtube/21.03.2 (iPhone16,2; U; CPU iOS 18_7_2 like Mac OS X)'
}
},
'INNERTUBE_CONTEXT_CLIENT_NAME': 5,