diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/sandcrawler/ia.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py index ba9d6a8..1b51dc9 100644 --- a/python/sandcrawler/ia.py +++ b/python/sandcrawler/ia.py @@ -812,6 +812,7 @@ class SavePageNowClient: 'capture_screenshot': 0, 'if_not_archived_within': '1d', 'force_get': force_get, + 'skip_first_archive': 1, }, ) if resp.status_code == 429: |