aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/ia.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-12 13:06:31 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-12 13:06:31 -0700
commitf5286affa62c0caf95ff4848626e85aff476737e (patch)
tree93e2dcb550fa8a057bc02b38e34d32ce0ee0e561 /python/sandcrawler/ia.py
parent2469d483326e5e81e774e46fd100888710b9bbc3 (diff)
downloadsandcrawler-f5286affa62c0caf95ff4848626e85aff476737e.tar.gz
sandcrawler-f5286affa62c0caf95ff4848626e85aff476737e.zip
store no-capture URLs in terminal_url
Diffstat (limited to 'python/sandcrawler/ia.py')
-rw-r--r--python/sandcrawler/ia.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py
index 7b623bc..2bc52ce 100644
--- a/python/sandcrawler/ia.py
+++ b/python/sandcrawler/ia.py
@@ -589,7 +589,7 @@ class WaybackClient:
start_url=start_url,
hit=False,
status="no-capture",
- terminal_url=None,
+ terminal_url=next_url,
terminal_dt=None,
terminal_status_code=None,
body=None,