mirror of
https://github.com/iv-org/invidious.git
synced 2026-07-24 16:11:59 +00:00
Hotfix - Fix YouTube change (#5819)
Credit to https://git.miningtcup.me/MiningTcup
This commit is contained in:
@@ -50,7 +50,7 @@ module YoutubeAPI
|
|||||||
ClientType::Web => {
|
ClientType::Web => {
|
||||||
name: "WEB",
|
name: "WEB",
|
||||||
name_proto: "1",
|
name_proto: "1",
|
||||||
version: "2.20250222.10.00",
|
version: "2.20250223.10.00",
|
||||||
screen: "WATCH_FULL_SCREEN",
|
screen: "WATCH_FULL_SCREEN",
|
||||||
os_name: "Windows",
|
os_name: "Windows",
|
||||||
os_version: WINDOWS_VERSION,
|
os_version: WINDOWS_VERSION,
|
||||||
@@ -76,7 +76,7 @@ module YoutubeAPI
|
|||||||
ClientType::WebScreenEmbed => {
|
ClientType::WebScreenEmbed => {
|
||||||
name: "WEB",
|
name: "WEB",
|
||||||
name_proto: "1",
|
name_proto: "1",
|
||||||
version: "2.20250222.10.00",
|
version: "2.20250223.10.00",
|
||||||
screen: "EMBED",
|
screen: "EMBED",
|
||||||
os_name: "Windows",
|
os_name: "Windows",
|
||||||
os_version: WINDOWS_VERSION,
|
os_version: WINDOWS_VERSION,
|
||||||
|
|||||||
Reference in New Issue
Block a user