mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-11-09 23:07:22 +00:00
Update types.ts
This commit is contained in:
parent
84fb00ec3f
commit
60a15d00eb
@ -322,6 +322,7 @@ export function legacyScrapeOptions(x: ScrapeOptions): PageOptions {
|
|||||||
removeTags: x.excludeTags,
|
removeTags: x.excludeTags,
|
||||||
onlyMainContent: x.onlyMainContent,
|
onlyMainContent: x.onlyMainContent,
|
||||||
waitFor: x.waitFor,
|
waitFor: x.waitFor,
|
||||||
|
headers: x.headers,
|
||||||
includeLinks: x.formats.includes("links"),
|
includeLinks: x.formats.includes("links"),
|
||||||
screenshot: x.formats.includes("screenshot"),
|
screenshot: x.formats.includes("screenshot"),
|
||||||
fullPageScreenshot: x.formats.includes("screenshot@fullPage"),
|
fullPageScreenshot: x.formats.includes("screenshot@fullPage"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user