From 5a486263e1512bd87bdd4addd36492057af566bf Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 15 Sep 2024 12:10:55 +0000 Subject: [PATCH] awa --- html/video-error.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/video-error.ejs b/html/video-error.ejs index 893364a4..61718fda 100644 --- a/html/video-error.ejs +++ b/html/video-error.ejs @@ -10,9 +10,9 @@ let reason; if (!isValidYouTubeID(v) || isLetterSpam(v)) { - reason = "Video not found :c"; + reason = "Video not found >~<"; } else { - reason = "youtube probably blocked poke or the api server is down qwq - report to https://discord.poketube.fun :p"; + reason = "youtube probably blocked poke or the api server is down :<"; } %>