Update index.mjs
This commit is contained in:
parent
ac87207398
commit
5a5b15e8eb
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ async function siteCrawler(hostname) {
|
||||||
|
|
||||||
const loader = new RecursiveUrlLoader(crawled, {
|
const loader = new RecursiveUrlLoader(crawled, {
|
||||||
extractor: compiledConvert,
|
extractor: compiledConvert,
|
||||||
maxDepth: 6,
|
maxDepth: 14,
|
||||||
excludeDirs: ["https://search.sparksammy.com/", "https://search.sparksammy.com/search.php", "https://archive.org", "https://doubleclick.net", "https://paypal.com"],
|
excludeDirs: ["https://search.sparksammy.com/", "https://search.sparksammy.com/search.php", "https://archive.org", "https://doubleclick.net", "https://paypal.com"],
|
||||||
});
|
});
|
||||||
const webContents = await loader.load();
|
const webContents = await loader.load();
|
||||||
|
|
Loading…
Reference in a new issue