mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 07:39:00 +08:00
default onlyMainContent=false for extract
This commit is contained in:
parent
61d7ba76f7
commit
c1a2981d59
@ -40,7 +40,7 @@ export async function scrapeDocument(
|
||||
url: options.url,
|
||||
mode: "single_urls",
|
||||
team_id: options.teamId,
|
||||
scrapeOptions: scrapeOptions.parse({}),
|
||||
scrapeOptions: scrapeOptions.parse({ onlyMainContent: false }),
|
||||
internalOptions: {
|
||||
useCache: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user