From e14f9a74fa848d4b21e9e29eace29fbc8470295f Mon Sep 17 00:00:00 2001 From: localhost Date: Mon, 25 May 2026 10:19:00 +0200 Subject: [PATCH] fully remove youtube.js --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 993476b..694eda7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,3 @@ -import { Innertube } from 'youtubei.js' import healthStatus from '@/utils/health'; import { db } from '@/utils/database' import { getChannelVideos } from './utils/metadata'; @@ -8,7 +7,6 @@ if (healthStatus[process.env.METADATA!] != 'healthy') { websocket = process.env.ALTERNATIVE_WEBSOCKET! } -const yt = await Innertube.create(); const channels = await db.selectFrom('autodownload') .selectAll() .execute()