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:
parent
fec30d4d92
commit
c21f028786
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue