From 4c9db45dacb8036ab045d5362ba62578398c4823 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Sat, 27 Dec 2025 15:27:00 +0000 Subject: [PATCH] Update hexa/hexa.js --- hexa/hexa.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hexa/hexa.js b/hexa/hexa.js index da3adb7..ca0fe4b 100644 --- a/hexa/hexa.js +++ b/hexa/hexa.js @@ -191,9 +191,9 @@ async function extractStreamUrl(ID) { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3", "X-Api-Key": "24ef089ebcab51d107a4e4709e87861ef609bace89ac23af13235f6ea743488f" }; - const response = await fetchv2(`https://post-eosin.vercel.app/api/proxy?url=${encodeURIComponent(`https://themoviedb.hexa.watch/api/tmdb/movie/${ID.split('/')[2]}/images`)}&simple=true`, headersOne); + const response = await fetchv2(`https://themoviedb.hexa.su/api/tmdb/movie/${ID.split('/')[2]}/images`, headersOne); const data = await response.text(); - + console.log('Encrypted Data:' + data); const headers = { "Content-Type": "application/json", "Accept": "application/json",