From 576b52831d9f17adaee9839db20b4145ba141d96 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 5 Aug 2020 12:56:22 -0700 Subject: SPN2: ensure not fetching outlinks --- python/sandcrawler/ia.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py index 1b51dc9..63abb45 100644 --- a/python/sandcrawler/ia.py +++ b/python/sandcrawler/ia.py @@ -813,6 +813,7 @@ class SavePageNowClient: 'if_not_archived_within': '1d', 'force_get': force_get, 'skip_first_archive': 1, + 'outlinks_availability': 0, }, ) if resp.status_code == 429: -- cgit v1.2.3