Update anime-sama/anime-sama.js

This commit is contained in:
aka paul 2025-12-06 17:30:49 +00:00
parent def28c29e0
commit 7addc10678

View file

@ -10,7 +10,7 @@ async function searchResults(keyword) {
try { try {
const response = await fetchv2( const response = await fetchv2(
"https://anime-sama.org/template-php/defaut/fetch.php", "https://anime-sama.eu/template-php/defaut/fetch.php",
headers, headers,
"POST", "POST",
`query=${encodeURIComponent(keyword)}` `query=${encodeURIComponent(keyword)}`