async function searchResults(keyword) { const results = []; const response = await fetchv2("https://ak.sv/search?q=" + encodeURIComponent(keyword)); const html = await response.text(); const filmListRegex = /
([\s\S]*?)<\/p>/ ); if (descriptionMatch) { description = decodeHTMLEntities(descriptionMatch[1].replace(/<[^>]+>/g, '').trim()); } const genresMatch = html.match(/