From 7addc1067879111c863b6bce16d6633e350153ba Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Sat, 6 Dec 2025 17:30:49 +0000 Subject: [PATCH] Update anime-sama/anime-sama.js --- anime-sama/anime-sama.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anime-sama/anime-sama.js b/anime-sama/anime-sama.js index c05976b..d19a55f 100644 --- a/anime-sama/anime-sama.js +++ b/anime-sama/anime-sama.js @@ -10,7 +10,7 @@ async function searchResults(keyword) { try { const response = await fetchv2( - "https://anime-sama.org/template-php/defaut/fetch.php", + "https://anime-sama.eu/template-php/defaut/fetch.php", headers, "POST", `query=${encodeURIComponent(keyword)}`