Update index.mjs

This commit is contained in:
The Ghost of FOSS' Future 2024-09-15 19:09:28 -05:00 committed by GitHub
parent 9e6dd0d162
commit bbfc25c51f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,7 @@ async function siteCrawler(hostname) {
const loader = new RecursiveUrlLoader(crawled, {
extractor: compiledConvert,
maxDepth: 2,
maxDepth: 6,
excludeDirs: ["https://search.sparksammy.com/", "https://search.sparksammy.com/search.php", "https://archive.org", "https://doubleclick.net", "https://paypal.com"],
});