From c21f028786e9ea19267ff28af0e2d94a2146aa21 Mon Sep 17 00:00:00 2001 From: ashley Date: Sat, 12 Oct 2024 13:52:48 +0000 Subject: [PATCH] Update html/video-error.ejs --- html/video-error.ejs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/video-error.ejs b/html/video-error.ejs index 61718fda..2352f96a 100644 --- a/html/video-error.ejs +++ b/html/video-error.ejs @@ -12,7 +12,7 @@ if (!isValidYouTubeID(v) || isLetterSpam(v)) { reason = "Video not found >~<"; } else { - reason = "youtube probably blocked poke or the api server is down :<"; + reason = "trying again..."; } %> @@ -20,3 +20,4 @@ error: "oops - loading failed :c", description: `${reason}` }) %> +