minimal changes

This commit is contained in:
msramalho
2025-06-07 18:15:21 +01:00
parent 952487da30
commit e2e6490b49
2 changed files with 3 additions and 1 deletions

View File

@@ -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