From 30c0656a93ff196aa50a7f820afaf68f9994c809 Mon Sep 17 00:00:00 2001 From: bunchy7ss <113620628+bunchy7ss@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:57:07 -0500 Subject: [PATCH] Hotfix - Fix YouTube change (#5819) Credit to https://git.miningtcup.me/MiningTcup --- src/invidious/yt_backend/youtube_api.cr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/invidious/yt_backend/youtube_api.cr b/src/invidious/yt_backend/youtube_api.cr index 1783a542..4884252f 100644 --- a/src/invidious/yt_backend/youtube_api.cr +++ b/src/invidious/yt_backend/youtube_api.cr @@ -50,7 +50,7 @@ module YoutubeAPI ClientType::Web => { name: "WEB", name_proto: "1", - version: "2.20250222.10.00", + version: "2.20250223.10.00", screen: "WATCH_FULL_SCREEN", os_name: "Windows", os_version: WINDOWS_VERSION, @@ -76,7 +76,7 @@ module YoutubeAPI ClientType::WebScreenEmbed => { name: "WEB", name_proto: "1", - version: "2.20250222.10.00", + version: "2.20250223.10.00", screen: "EMBED", os_name: "Windows", os_version: WINDOWS_VERSION,