Skip to content

Commit bb973c3

Browse files
refactored to SDK 1.3.1
1 parent d7da40f commit bb973c3

File tree

8 files changed

+1151
-1193
lines changed

8 files changed

+1151
-1193
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
apify_storage
2-
node_modules
2+
node_modules
3+
apify_storage

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### 2021-07-29
2+
*Features*
3+
- Pushing metadata about each page to dataset
4+
5+
*Changes*
6+
- Removed `useGoogleBotHeaders` option (we don't want to impersonate Google anyway)
7+
- Updated `apify` from `0.18.1` to `1.3.1`
8+
- `saveSnapshots` is `true` by default
9+
- `success` and `wasSuccess` metrics added to output. Success is measured by status being less than 400 and no captcha

INPUT_SCHEMA.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,11 @@
9292
"description": "Only works for puppeteer type. Will wait on each page. You can provide number in ms or a selector.",
9393
"editor": "textfield"
9494
},
95-
"useGoogleBotHeaders": {
96-
"title": "Use Google Bot headers",
97-
"type": "boolean",
98-
"description": "This option will allow you to bypass protection and/or paywall on some sites. Use with caution as it might get blocked.",
99-
"default": false
100-
},
10195
"saveSnapshots": {
10296
"title": "Save Snapshots",
10397
"type": "boolean",
10498
"description": "Will save HTML for Cheerio and HTML + screenshot for Puppeteer",
105-
"default": false
99+
"default": true
106100
}
107101
},
108102
"required": ["startUrls"]

0 commit comments

Comments
 (0)