From 1ad4cd426abcc4f40769073e05740b1666c93bc4 Mon Sep 17 00:00:00 2001 From: localhost Date: Wed, 4 Mar 2026 18:10:42 +0100 Subject: [PATCH] better wording, adding faq --- src/router/websocket.ts | 10 ++++++---- src/templates/about.eta | 8 ++++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/router/websocket.ts b/src/router/websocket.ts index 8e018f8..4b0e2e3 100644 --- a/src/router/websocket.ts +++ b/src/router/websocket.ts @@ -139,8 +139,9 @@ app.ws('/save', { data.videoDetails.channelId) if (isSlop) { - sendError(ws, 'Filters can always be wrong. Is the rating wrong? Email me at admin@preservetube.com', false); - return sendError(ws, 'Your download has been rejected by our slop filter.'); + sendError(ws, 'Filters can always be wrong. Is the rating wrong? Email me at admin@preservetube.com
', false); + sendError(ws, '
Read more about which videos aren\'t suitable on our FAQ page.', false) + return sendError(ws, 'This video was identified as not suitable for our platform.'); } const downloadResult = await downloadVideo(ws, videoId); @@ -220,8 +221,9 @@ app.ws('/savechannel', { video.description_snippet?.text || '', channelId) if (isSlop) { - sendError(ws, 'Filters can always be wrong. Is the rating wrong? Email me at admin@preservetube.com', false); - sendError(ws, 'Your download has been rejected by our slop filter.'); + sendError(ws, 'Filters can always be wrong. Is the rating wrong? Email me at admin@preservetube.com
', false); + sendError(ws, '
Read more about which videos aren\'t suitable on our FAQ page.', false) + sendError(ws, 'This video was identified as not suitable for our platform.', false); continue; } diff --git a/src/templates/about.eta b/src/templates/about.eta index b18c8b0..30557c0 100644 --- a/src/templates/about.eta +++ b/src/templates/about.eta @@ -21,6 +21,14 @@ Older videos (ones before Sept 19th 2025) were sadly encoded in a way that requires the browser to load the whole video before being able to play it. Newer videos no longer require this.

Other reasons for videos loading slowly include your location in comparison to the nearest caching server, and that servers location in comparison to the storage server. The video might be traveling a lot of kilometers before reaching you. +

What can't be archived?

+ To stay true to Preservetube's mission, we automatically screen submissions through an AI model. The following types of videos are not eligible for archiving: + +

How do I get in touch with you?

I'm reachable via admin@preservetube.com (pgp).