1
Fork 0
This commit is contained in:
ashley 2024-09-15 12:08:56 +00:00
parent 750dc09ef6
commit 809a0d57c9

View file

@ -12,7 +12,7 @@
if (!isValidYouTubeID(v) || isLetterSpam(v)) { if (!isValidYouTubeID(v) || isLetterSpam(v)) {
reason = "Video not found :c"; reason = "Video not found :c";
} else { } else {
reason = "youtube probably blocked youtube or the api server is down qwq - report https://discord.poketube.fun :p"; reason = "youtube probably blocked poke or the api server is down qwq - report to https://discord.poketube.fun :p";
} }
%> %>