diff --git a/s.to/sToEngDub_v2.js b/s.to/sToEngDub_v2.js index 3d6bef3..ef373be 100644 --- a/s.to/sToEngDub_v2.js +++ b/s.to/sToEngDub_v2.js @@ -9,50 +9,6 @@ async function searchResults(keyword) { const response = await soraFetch(searchApiUrl); const text = response.text ? await response.text() : await response; - // parse html - /*
- ... - */ const searchRegex = /]*>([\s\S]*?)<\//g; const results = []; let match; @@ -95,15 +51,6 @@ async function extractDetails(url) { const airdateMatch = yearMatch ? `${yearMatch[1]}` : 'Unknown Year'; - // get genres - /*