diff options
author | Astound <kirito@disroot.org> | 2024-04-21 11:18:42 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-04-21 11:18:42 +0800 |
commit | af75551bc2b59ce006890b45c967e02147fa8512 (patch) | |
tree | 538b9b0248823f25c57f33a1474c72fd5695fd2f /youtube/util.py | |
parent | 3a6cc1e44f955b882f244117d7b93c920dd47b8a (diff) | |
download | yt-local-af75551bc2b59ce006890b45c967e02147fa8512.tar.lz yt-local-af75551bc2b59ce006890b45c967e02147fa8512.tar.xz yt-local-af75551bc2b59ce006890b45c967e02147fa8512.zip |
update
update android client
Diffstat (limited to 'youtube/util.py')
-rw-r--r-- | youtube/util.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube/util.py b/youtube/util.py index 0416fc1..5f9d8a6 100644 --- a/youtube/util.py +++ b/youtube/util.py @@ -693,12 +693,12 @@ INNERTUBE_CLIENTS = { 'hl': 'en', 'gl': 'US', 'clientName': 'ANDROID', - 'clientVersion': '19.12.36', + 'clientVersion': '19.15.35', 'osName': 'Android', 'osVersion': '14', 'androidSdkVersion': 34, 'platform': 'MOBILE', - 'userAgent': 'com.google.android.youtube/19.13.36 (Linux; U; Android 14; en_US; Google Pixel 6 Pro) gzip' + 'userAgent': 'com.google.android.youtube/19.15.35 (Linux; U; Android 14; en_US; Google Pixel 6 Pro) gzip' } }, 'INNERTUBE_CONTEXT_CLIENT_NAME': 3, |