feat: WACZ enricher can now be probed for media, and used as an archiver OR enricher

This commit is contained in:
msramalho
2023-07-27 15:42:10 +01:00
parent 65e3c99483
commit dd034da844
8 changed files with 657 additions and 579 deletions

View File

@@ -12,12 +12,13 @@ steps:
# - tiktok_archiver
- youtubedl_archiver
# - wayback_archiver_enricher
# - wacz_archiver_enricher
enrichers:
- hash_enricher
# - screenshot_enricher
# - thumbnail_enricher
# - wayback_archiver_enricher
# - wacz_enricher
# - wacz_archiver_enricher
# - pdq_hash_enricher # if you want to calculate hashes for thumbnails, include this after thumbnail_enricher
formatter: html_formatter # defaults to mute_formatter
storages:
@@ -95,7 +96,7 @@ configurations:
secret: "wayback secret"
hash_enricher:
algorithm: "SHA3-512" # can also be SHA-256
wacz_enricher:
wacz_archiver_enricher:
profile: secrets/profile.tar.gz
local_storage:
save_to: "./local_archive"