mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 16:28:59 +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,
|
url: options.url,
|
||||||
mode: "single_urls",
|
mode: "single_urls",
|
||||||
team_id: options.teamId,
|
team_id: options.teamId,
|
||||||
scrapeOptions: scrapeOptions.parse({}),
|
scrapeOptions: scrapeOptions.parse({ onlyMainContent: false }),
|
||||||
internalOptions: {
|
internalOptions: {
|
||||||
useCache: true,
|
useCache: true,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user