From e2e6490b49f68168c2a10edccb70a1c2e42908dd Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Sat, 7 Jun 2025 18:15:21 +0100 Subject: [PATCH] minimal changes --- .gitignore | 3 ++- src/auto_archiver/core/orchestrator.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd37e69..35eee83 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,5 @@ docs/source/autoapi/ docs/source/modules/autogen/ scripts/settings_page.html scripts/settings/src/schema.json -.vite \ No newline at end of file +.vite +downloaded_files \ No newline at end of file diff --git a/src/auto_archiver/core/orchestrator.py b/src/auto_archiver/core/orchestrator.py index f110f1b..0bff376 100644 --- a/src/auto_archiver/core/orchestrator.py +++ b/src/auto_archiver/core/orchestrator.py @@ -578,6 +578,7 @@ Here's how that would look: \n\nsteps:\n extractors:\n - [your_extractor_name_ result.set_url(url) if original_url != url: + logger.debug(f"Sanitized URL from {original_url} to {url}") result.set("original_url", original_url) # 2 - notify start to DBs, propagate already archived if feature enabled in DBs