aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-01-10 16:02:01 -0800
committerBryan Newbold <bnewbold@archive.org>2020-01-10 16:02:01 -0800
commitf31f6ba5917403b85892c7345a08b8de93dae501 (patch)
tree691febfe0aac1ea98911ddf1bd30086b471683fa /python
parent3dbcb4d9e9cabd204cae05948194770ad680df24 (diff)
downloadsandcrawler-f31f6ba5917403b85892c7345a08b8de93dae501.tar.gz
sandcrawler-f31f6ba5917403b85892c7345a08b8de93dae501.zip
hack: reverse sort of CDX exact seems broken with SPNv2 results
Diffstat (limited to 'python')
-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 2940d89..3c1d2f9 100644
--- a/python/sandcrawler/ia.py
+++ b/python/sandcrawler/ia.py
@@ -142,7 +142,7 @@ class CdxApiClient:
'from': datetime,
'to': datetime,
'matchType': 'exact',
- 'limit': -1,
+ 'limit': 1,
'output': 'json',
}
if filter_status_code: