From 92fa874883293899cb12fcc53a197c34cbec7d13 Mon Sep 17 00:00:00 2001 From: aka paul <80717571+50n50@users.noreply.github.com> Date: Sun, 10 May 2026 12:58:17 +0200 Subject: [PATCH] update --- 1movies/1movies.js | 52 ++++++-- 1movies/1movies.json | 2 +- animekai/animekai.js | 203 ++++++++++++++-------------- animekai/dub/animekai.js | 236 ++++++++++++++++----------------- animekai/dub/animekai.json | 2 +- animekai/hardsub/animekai.js | 219 +++++++++++++++--------------- animekai/hardsub/animekai.json | 2 +- ashi/ashi.js | 80 ++++++----- ashi/ashi.json | 2 +- 9 files changed, 407 insertions(+), 391 deletions(-) diff --git a/1movies/1movies.js b/1movies/1movies.js index 3858307..cb77c7f 100644 --- a/1movies/1movies.js +++ b/1movies/1movies.js @@ -27,7 +27,7 @@ async function searchResults(query) { if (fullHref && imageSrc && cleanTitle) { results.push({ href: fullHref, - image: imageSrc, + image: "https://deno-proxies-sznvnpnxwhbv.deno.dev/?url=" + encodeURIComponent(imageSrc), title: cleanTitle }); } @@ -44,7 +44,7 @@ async function searchResults(query) { `${searchBaseUrl}${encodedQuery}&page=3` ]; - const responses = await Promise.all(urls.map(url => fetchv2(url))); + const responses = await Promise.all(urls.map(url => fetchv2("https://deno-proxies-sznvnpnxwhbv.deno.dev/?url=" + encodeURIComponent(url)))); const htmlTexts = await Promise.all(responses.map(response => response.text())); @@ -147,15 +147,17 @@ async function extractStreamUrl(url) { const responseData = await response.json(); const cleanedHtml = cleanJsonHtml(responseData.result); - const server1Regex = /