diff --git a/index.mjs b/index.mjs index 56982cd..ac99731 100644 --- a/index.mjs +++ b/index.mjs @@ -124,7 +124,7 @@ async function siteCrawler(hostname) { const loader = new RecursiveUrlLoader(crawled, { 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"], }); const webContents = await loader.load();