diff options
Diffstat (limited to 'extra/cleanups/scripts')
-rw-r--r-- | extra/cleanups/scripts/fetch_full_cdx_ts.py | 2 |
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: |