Spaces:
Build error
Build error
docs: minor fix
Browse files
src/dto/crawler-options.ts
CHANGED
|
@@ -74,7 +74,7 @@ class Viewport extends AutoCastable {
|
|
| 74 |
schema: { type: 'string' }
|
| 75 |
},
|
| 76 |
'X-Respond-With': {
|
| 77 |
-
description: `Specifies the (non-default) form
|
| 78 |
`Supported formats: \n` +
|
| 79 |
`- markdown\n` +
|
| 80 |
`- html\n` +
|
|
@@ -82,7 +82,9 @@ class Viewport extends AutoCastable {
|
|
| 82 |
`- pageshot\n` +
|
| 83 |
`- screenshot\n` +
|
| 84 |
`- content\n` +
|
| 85 |
-
`- any combination of the above\n
|
|
|
|
|
|
|
| 86 |
`Default: content\n`
|
| 87 |
,
|
| 88 |
in: 'header',
|
|
@@ -201,7 +203,7 @@ class Viewport extends AutoCastable {
|
|
| 201 |
schema: { type: 'string' }
|
| 202 |
},
|
| 203 |
'X-Engine': {
|
| 204 |
-
description: 'Specify the engine to use for crawling.\n\nSupported: browser, direct,
|
| 205 |
in: 'header',
|
| 206 |
schema: { type: 'string' }
|
| 207 |
},
|
|
|
|
| 74 |
schema: { type: 'string' }
|
| 75 |
},
|
| 76 |
'X-Respond-With': {
|
| 77 |
+
description: `Specifies the (non-default) form of the crawled data you prefer.\n\n` +
|
| 78 |
`Supported formats: \n` +
|
| 79 |
`- markdown\n` +
|
| 80 |
`- html\n` +
|
|
|
|
| 82 |
`- pageshot\n` +
|
| 83 |
`- screenshot\n` +
|
| 84 |
`- content\n` +
|
| 85 |
+
`- any combination of the above\n` +
|
| 86 |
+
`- readerlm-v2\n` +
|
| 87 |
+
`- vlm\n\n` +
|
| 88 |
`Default: content\n`
|
| 89 |
,
|
| 90 |
in: 'header',
|
|
|
|
| 203 |
schema: { type: 'string' }
|
| 204 |
},
|
| 205 |
'X-Engine': {
|
| 206 |
+
description: 'Specify the engine to use for crawling.\n\nSupported: browser, direct, cf-browser-rendering',
|
| 207 |
in: 'header',
|
| 208 |
schema: { type: 'string' }
|
| 209 |
},
|