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}` }) %> +