YT API: Bump WEB/MWEB client versions

This commit is contained in:
Samantaz Fox 2023-06-02 23:37:46 +02:00
parent c3039c89ad
commit 457183fb38
No known key found for this signature in database
GPG Key ID: F42821059186176E
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ module YoutubeAPI
ClientType::Web => {
name: "WEB",
name_proto: "1",
version: "2.20221118.01.00",
version: "2.20230602.01.00",
api_key: DEFAULT_API_KEY,
screen: "WATCH_FULL_SCREEN",
os_name: "Windows",
@ -65,7 +65,7 @@ module YoutubeAPI
ClientType::WebMobile => {
name: "MWEB",
name_proto: "2",
version: "2.20220805.01.00",
version: "2.20230531.05.00",
api_key: DEFAULT_API_KEY,
os_name: "Android",
os_version: ANDROID_VERSION,