From 3a7d3ff73de49fcf7e7051dd1bdf450db4b222bf Mon Sep 17 00:00:00 2001 From: Angelos Bouklis Date: Fri, 10 Oct 2025 12:41:34 +0300 Subject: [PATCH] Merge pull request #3973 from pear-devs/downloader-fix --- src/plugins/downloader/main/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/downloader/main/index.ts b/src/plugins/downloader/main/index.ts index 902f41ab..c866eb87 100644 --- a/src/plugins/downloader/main/index.ts +++ b/src/plugins/downloader/main/index.ts @@ -126,6 +126,7 @@ export const onMainLoad = async ({ yt = await Innertube.create({ cache: new UniversalCache(false), + player_id: '0004de42', cookie: await getCookieFromWindow(win), generate_session_locally: true, fetch: getNetFetchAsFetch(),