some stuff

This commit is contained in:
biglyderv 2025-02-01 13:44:44 -05:00
parent 6a6bfab5f6
commit 54d35f007e

View file

@ -86,6 +86,7 @@ async function urlCollector(url, path, file, useLimit, data2) {
} }
urls.push(h3.toString()) urls.push(h3.toString())
urls.push(url.split('?')[0]);
if (!data2[url]) data2[url] = { following: [], followers: [] }; if (!data2[url]) data2[url] = { following: [], followers: [] };
data2[url][path] = [...new Set(urls)]; data2[url][path] = [...new Set(urls)];