mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 11:50:41 +08:00
Merge pull request #607 from mendableai/fix/v1-maxDepth
fix(v1): maxDepth
This commit is contained in:
commit
11971da359
@ -302,7 +302,7 @@ export function legacyCrawlerOptions(x: CrawlerOptions) {
|
|||||||
includes: x.includePaths,
|
includes: x.includePaths,
|
||||||
excludes: x.excludePaths,
|
excludes: x.excludePaths,
|
||||||
maxCrawledLinks: x.limit,
|
maxCrawledLinks: x.limit,
|
||||||
maxCrawledDepth: x.maxDepth,
|
maxDepth: x.maxDepth,
|
||||||
limit: x.limit,
|
limit: x.limit,
|
||||||
generateImgAltText: false,
|
generateImgAltText: false,
|
||||||
allowBackwardCrawling: x.allowBackwardLinks,
|
allowBackwardCrawling: x.allowBackwardLinks,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user