From 5e48bd834f020f52f33a24d4a6d59f729cd4bd34 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Sun, 2 Nov 2025 16:49:00 +0000 Subject: [PATCH] Update anime-sama/anime-sama.js --- anime-sama/anime-sama.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anime-sama/anime-sama.js b/anime-sama/anime-sama.js index bb9645d..c05976b 100644 --- a/anime-sama/anime-sama.js +++ b/anime-sama/anime-sama.js @@ -3,14 +3,14 @@ async function searchResults(keyword) { const headers = { "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8", "X-Requested-With": "XMLHttpRequest", - "referer": "https://anime-sama.fr/" + "referer": "https://anime-sama.org/" }; const regex = /]+href="([^"]+)"[\s\S]*?]+src="([^"]+)"[\s\S]*?]*>(.*?)<\/h3>/gi; try { const response = await fetchv2( - "https://anime-sama.fr/template-php/defaut/fetch.php", + "https://anime-sama.org/template-php/defaut/fetch.php", headers, "POST", `query=${encodeURIComponent(keyword)}`