async function searchResults(keyword) { const results = []; try { const workerUrl = "https://passthrough-worker.simplepostrequest.workers.dev/?url=" + encodeURIComponent("https://www.dmand5.com/index.php?m=vod-search") + "&type=multipart&body=" + encodeURIComponent(JSON.stringify({ wd: keyword })); const response = await fetchv2(workerUrl); const html = await response.text(); const regex = /(.*?)<\/div>/s); const description = descMatch ? descMatch[1].trim() : "N/A"; return JSON.stringify([{ description: description, aliases: "N/A", airdate: "N/A" }]); } catch (err) { return JSON.stringify([{ description: "Error", aliases: "Error", airdate: "Error" }]); } } async function extractEpisodes(url) { const results = []; try { const response = await fetchv2(url); const html = await response.text(); const blockMatch = html.match(/