debugging info

This commit is contained in:
localhost 2025-08-05 10:17:05 +03:00
parent 7f05f4d0dc
commit 09ddc3048f
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ export async function createSabrStream(
}> {
const innertube = await Innertube.create({ cache: new UniversalCache(true) });
const webPoTokenResult = await generateWebPoToken(innertube.session.context.client.visitorData || '');
console.log(`debugging -> ${JSON.stringify(webPoTokenResult)}`)
// Get video metadata.
const playerResponse = await makePlayerRequest(innertube, videoId);