1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 00:34:41 -05:00

Update html/video-error.ejs

This commit is contained in:
ashley 2024-10-12 13:52:48 +00:00
parent fec30d4d92
commit c21f028786

View file

@ -12,7 +12,7 @@
if (!isValidYouTubeID(v) || isLetterSpam(v)) { if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found >~<"; reason = "Video not found >~<";
} else { } else {
reason = "youtube probably blocked poke or the api server is down :<"; reason = "trying again...";
} }
%> %>
@ -20,3 +20,4 @@
error: "oops - loading failed :c", error: "oops - loading failed :c",
description: `${reason}` description: `${reason}`
}) %> }) %>