some stuff
This commit is contained in:
parent
6a6bfab5f6
commit
54d35f007e
1 changed files with 1 additions and 0 deletions
1
site.js
1
site.js
|
@ -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)];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue