Update html/video-error.ejs

This commit is contained in:
ashley 2025-08-18 00:38:50 +02:00
parent c94eeae22e
commit b4623613c7

View File

@ -12,13 +12,12 @@
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found >~<";
} else {
reason = "there could be few reasons why
";
reason = "there could be few reasons why this could happen. see https://codeberg.org/ashley/poke/src/branch/main/why-error.md for info ";
}
%>
<%- include('./layouts/error-video.ejs', {
error: "loading failed :c",
error: "LOADING FAILED :C",
description: `${reason}`
}) %>