make it more visable

This commit is contained in:
localhost 2025-01-17 16:41:32 +01:00
parent 6ceace0126
commit 4ebafd61f9
1 changed files with 2 additions and 2 deletions

View File

@ -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('<br/><b>Is this content considered high risk? If so, please email me at admin@preservetube.com.</b>');
ws.send('<b>This video is too large, and unfortunately, Preservetube does not have unlimited storage.</b><br/>');
return ws.close()
}