From 750dc09ef61017926fe6d18daad772c58ab300a6 Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 15 Sep 2024 12:08:28 +0000 Subject: [PATCH] add reason for fail --- html/video-error.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/video-error.ejs b/html/video-error.ejs index 39f61c8..9f6c113 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"; } %>