From 43a2405271e4065e6da298645d13192545d9afa5 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Fri, 31 Jan 2025 20:36:40 -0500 Subject: [PATCH] f --- site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.js b/site.js index ff29c98..2e5966d 100644 --- a/site.js +++ b/site.js @@ -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) {