mirror of
https://github.com/iv-org/invidious.git
synced 2024-10-01 01:35:38 -04:00
YT API: Bump WEB/MWEB client versions
This commit is contained in:
parent
b5e30d66d4
commit
7556cb69f2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user