From bab9a0ad4c81f83a1e5377da15d41178f028db07 Mon Sep 17 00:00:00 2001 From: localhost Date: Thu, 9 Jan 2025 22:00:55 +0100 Subject: [PATCH] ios -> android --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 1bd8990..e7472e5 100644 --- a/index.js +++ b/index.js @@ -122,7 +122,7 @@ app.get('/videos/:id', async (req, res) => { app.ws('/download/:id/:quality', async (ws, req) => { const yt = await Innertube.create(); - const info = await yt.getInfo(req.params.id, 'iOS'); + const info = await yt.getInfo(req.params.id, 'ANDROID'); const videoOptions = { format: 'mp4',