diff --git a/index.ts b/index.ts index cb95896..d5e109f 100644 --- a/index.ts +++ b/index.ts @@ -25,7 +25,7 @@ const innertubePool = createInnertubePool(parseInt(Bun.env.INNERTUBE_POOL_SIZE | app.get('/health', async (req, res) => { try { - const urls = ['/video/sRMMwpDTs5k', '/channel/UCRijo3ddMTht_IHyNSNXpNQ', '/videos/UCRijo3ddMTht_IHyNSNXpNQ'] + const urls = ['/video/sRMMwpDTs5k', '/channel/UCEcryET60dO0HgVGjZ6WnXA', '/videos/UCEcryET60dO0HgVGjZ6WnXA'] const results = await Promise.all(urls.map(async (url) => { const response = await fetch(`http://localhost:8008${url}`);