From e71f9948152541905f945aa43f2cda31a8e2dc3f Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Sat, 27 Jan 2024 11:34:43 -0600 Subject: [PATCH] Fix 720p defaulting --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 0c9fe4a..f576253 100644 --- a/index.js +++ b/index.js @@ -184,6 +184,7 @@ app.get("/download", async (req, res) => { url, '-o', '-', '--max-filesize', MAX_FILESIZE + 'm', + '-S', 'res:' + quality, '--no-playlist', ])