trying to remove cache

This commit is contained in:
localhost 2025-09-24 21:03:13 +02:00
parent 65ceeda598
commit 8e8dd57cf6
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ export async function createSabrStream(
streamResults: StreamResults;
}> {
const json = await Bun.file('config.json').json()
const innertube = await Innertube.create({ cache: new UniversalCache(true), player_id: json.player_id });
const innertube = await Innertube.create({ player_id: json.player_id });
const webPoTokenResult = await generateWebPoToken(innertube.session.context.client.visitorData || '');
console.log(`debugging -> ${JSON.stringify(webPoTokenResult)}, ${videoId}`)