mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
Update html/video-error.ejs
This commit is contained in:
parent
fec30d4d92
commit
c21f028786
@ -12,7 +12,7 @@
|
||||
if (!isValidYouTubeID(v) || isLetterSpam(v)) {
|
||||
reason = "Video not found >~<";
|
||||
} else {
|
||||
reason = "youtube probably blocked poke or the api server is down :<";
|
||||
reason = "trying again...";
|
||||
}
|
||||
%>
|
||||
|
||||
@ -20,3 +20,4 @@
|
||||
error: "oops - loading failed :c",
|
||||
description: `${reason}`
|
||||
}) %>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user