From edfcf4b0d56e4ee9a7a77345a49d18fb698e1533 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 29 Nov 2021 15:07:41 -0800 Subject: update to file short wayback timestamp cleanup --- extra/cleanups/scripts/fetch_full_cdx_ts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra/cleanups/scripts/fetch_full_cdx_ts.py') 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: -- cgit v1.2.3