Update html/video-error.ejs
This commit is contained in:
parent
c94eeae22e
commit
b4623613c7
@ -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}`
|
||||
}) %>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user