aboutsummaryrefslogtreecommitdiffstats
path: root/extra/cleanups/scripts
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-29 15:07:41 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-29 15:07:41 -0800
commitedfcf4b0d56e4ee9a7a77345a49d18fb698e1533 (patch)
tree8a0f1b5c8205b7c175a94b7b33bd4f1d9f9ae920 /extra/cleanups/scripts
parentc0f170879b32be98bc0c454a7a7a99dd24125822 (diff)
downloadfatcat-edfcf4b0d56e4ee9a7a77345a49d18fb698e1533.tar.gz
fatcat-edfcf4b0d56e4ee9a7a77345a49d18fb698e1533.zip
update to file short wayback timestamp cleanup
Diffstat (limited to 'extra/cleanups/scripts')
-rw-r--r--extra/cleanups/scripts/fetch_full_cdx_ts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/cleanups/scripts/fetch_full_cdx_ts.py b/extra/cleanups/scripts/fetch_full_cdx_ts.py
index ebcf0d62..93ebbcab 100644
--- a/extra/cleanups/scripts/fetch_full_cdx_ts.py
+++ b/extra/cleanups/scripts/fetch_full_cdx_ts.py
@@ -171,7 +171,7 @@ def process_file(fe, session) -> dict:
assert len(cdx_record['datetime']) == 14 and cdx_record['datetime'].isdigit()
full_urls[short] = f"https://web.archive.org/web/{cdx_record['datetime']}/{original_url}"
status = "success-api"
- break
+ continue
else:
print(f"cdx API found, but no match", file=sys.stderr)
else: