From 62a99c028f1e400ea8e64ea6fd7e162c5cfe0d06 Mon Sep 17 00:00:00 2001 From: localhost Date: Fri, 22 May 2026 19:06:53 +0200 Subject: [PATCH] change test targets --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`);