async function searchResults(keyword) { const results = []; const url = "https://www.doramasyt.com/buscar?q=" + encodeURIComponent(keyword); try { const response = await fetchv2(url); const html = await response.text(); console.log(html); const regex = /