From 4ebafd61f953d37a2acb0178cf93d38c6eace25e Mon Sep 17 00:00:00 2001 From: localhost Date: Fri, 17 Jan 2025 16:41:32 +0100 Subject: [PATCH] make it more visable --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index e334ec7..39795ac 100644 --- a/index.js +++ b/index.js @@ -135,8 +135,8 @@ app.ws('/download/:id/:quality', async (ws, req) => { let videoTotal = videoFormat.content_length; if (videoTotal > (1_048_576 * 150)) { - ws.send('Is this content considered high risk? If so, please email me at admin@preservetube.com.') - ws.send('This video is too large, and unfortunately, Preservetube does not have unlimited storage.') + ws.send('
Is this content considered high risk? If so, please email me at admin@preservetube.com.'); + ws.send('This video is too large, and unfortunately, Preservetube does not have unlimited storage.
'); return ws.close() }