add a better reason :3

This commit is contained in:
ashley 2024-10-24 19:36:04 +00:00
parent ae1ef1f057
commit d622ed4f38

View file

@ -12,12 +12,13 @@
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found >~<";
} else {
reason = "trying again...";
reason = "This helps protect our community. Learn more (TRYING AGAIN....)";
}
%>
<%- include('./layouts/error-video.ejs', {
error: "oops - loading failed :c",
error: "loading failed :c",
description: `${reason}`
}) %>