diff --git a/html/video-error.ejs b/html/video-error.ejs
index 39f61c8b..9f6c1131 100644
--- a/html/video-error.ejs
+++ b/html/video-error.ejs
@@ -12,7 +12,7 @@
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found :c";
} else {
- reason = "this helps protect our community.";
+ reason = "youtube probably blocked youtube or the api server is down qwq - report https://discord.poketube.fun :p";
}
%>