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.
+