From 9e4d3e14f64a03c56ae6ef6e2f119f57e6cfa418 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 22 Jul 2020 11:16:35 -0700 Subject: use new SPNv2 'skip_first_archive' param For speed and efficiency. --- python/sandcrawler/ia.py | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3