This commit is contained in:
biglyderv 2025-01-31 20:36:40 -05:00
parent 21c7082009
commit 43a2405271

View file

@ -46,7 +46,7 @@ async function urlCollector(url, path, file, useLimit) {
urls.push(h2.origin)
})
return urls;
return [...new Set(urls)];
}
async function textCollector(word, path, file) {