wackiness

This commit is contained in:
biglyderv 2025-01-31 20:52:19 -05:00
parent 76c349de4d
commit bd0f33bdd8

View file

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