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)}`