mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 22:14:38 -05:00
add a better reason :3
This commit is contained in:
parent
ae1ef1f057
commit
d622ed4f38
1 changed files with 3 additions and 2 deletions
|
@ -12,12 +12,13 @@
|
||||||
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
|
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
|
||||||
reason = "Video not found >~<";
|
reason = "Video not found >~<";
|
||||||
} else {
|
} else {
|
||||||
reason = "trying again...";
|
reason = "This helps protect our community. Learn more (TRYING AGAIN....)";
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<%- include('./layouts/error-video.ejs', {
|
<%- include('./layouts/error-video.ejs', {
|
||||||
error: "oops - loading failed :c",
|
error: "loading failed :c",
|
||||||
description: `${reason}`
|
description: `${reason}`
|
||||||
}) %>
|
}) %>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue