1
Fork 0

add reason for fail

This commit is contained in:
ashley 2024-09-15 12:08:28 +00:00
parent 56fa4b8993
commit 750dc09ef6

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 = "this helps protect our community."; reason = "youtube probably blocked youtube or the api server is down qwq - report https://discord.poketube.fun :p";
} }
%> %>