Update android client version to fix 400 Bad Request

This commit is contained in:
Astound 2024-03-10 02:02:42 +08:00
parent ab93f8242b
commit f010452abf
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56

View File

@ -674,11 +674,11 @@ INNERTUBE_CLIENTS = {
'hl': 'en', 'hl': 'en',
'gl': 'US', 'gl': 'US',
'clientName': 'ANDROID', 'clientName': 'ANDROID',
'clientVersion': '17.31.35', 'clientVersion': '18.11.34',
'osName': 'Android', 'osName': 'Android',
'osVersion': '12', 'osVersion': '12',
'androidSdkVersion': 31, 'androidSdkVersion': 30,
'userAgent': 'com.google.android.youtube/17.31.35 (Linux; U; Android 12) gzip' 'userAgent': 'com.google.android.youtube/18.11.34 (Linux; U; Android 12) gzip'
}, },
# https://github.com/yt-dlp/yt-dlp/pull/575#issuecomment-887739287 # https://github.com/yt-dlp/yt-dlp/pull/575#issuecomment-887739287
#'thirdParty': { #'thirdParty': {