diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-01-10 16:02:01 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-01-10 16:02:01 -0800 |
commit | f31f6ba5917403b85892c7345a08b8de93dae501 (patch) | |
tree | 691febfe0aac1ea98911ddf1bd30086b471683fa /python | |
parent | 3dbcb4d9e9cabd204cae05948194770ad680df24 (diff) | |
download | sandcrawler-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.py | 2 |
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: |