mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
fix(v1): maxDepth
This commit is contained in:
parent
86b0477708
commit
036eb925a2
|
@ -302,7 +302,7 @@ export function legacyCrawlerOptions(x: CrawlerOptions) {
|
|||
includes: x.includePaths,
|
||||
excludes: x.excludePaths,
|
||||
maxCrawledLinks: x.limit,
|
||||
maxCrawledDepth: x.maxDepth,
|
||||
maxDepth: x.maxDepth,
|
||||
limit: x.limit,
|
||||
generateImgAltText: false,
|
||||
allowBackwardCrawling: x.allowBackwardLinks,
|
||||
|
|
Loading…
Reference in New Issue
Block a user