mirror of
https://git.luna-app.eu/50n50/sources
synced 2026-01-12 09:28:35 +01:00
Update ashi/ashi.js
This commit is contained in:
parent
a7694851e8
commit
1fa493a0b9
1 changed files with 2 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ async function searchResults(query) {
|
|||
if (fullHref && imageSrc && cleanTitle) {
|
||||
results.push({
|
||||
href: `Animekai:${fullHref}`,
|
||||
image: imageSrc,
|
||||
image: "https://deno-proxies-sznvnpnxwhbv.deno.dev/?url=" + encodeURIComponent(imageSrc),
|
||||
title: cleanTitle
|
||||
});
|
||||
}
|
||||
|
|
@ -221,7 +221,7 @@ async function searchResults(query) {
|
|||
const imageSrc = imageMatches[i][1];
|
||||
const title = decodeHtmlEntities(titleMatches[i][1]);
|
||||
|
||||
results.push({ href: fullHref, image: imageSrc, title });
|
||||
results.push({ href: fullHref, image: "https://deno-proxies-sznvnpnxwhbv.deno.dev/?url=" + encodeURIComponent(imageSrc), title });
|
||||
}
|
||||
return results;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue