(.*?)<\/p>/i.exec(html); const description = match ? match[1].trim() : "No description found"; 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) { try { const response = await fetchv2(url); const html = await response.text(); const episodes = []; const iframeMatch = html.match(/