From f31f6ba5917403b85892c7345a08b8de93dae501 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 10 Jan 2020 16:02:01 -0800 Subject: hack: reverse sort of CDX exact seems broken with SPNv2 results --- python/sandcrawler/ia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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: -- cgit v1.2.3