mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 05:38:29 +03:00
WIP refactor logic
This commit is contained in:
@@ -8,14 +8,14 @@ steps:
|
||||
- twitter
|
||||
- instagram
|
||||
- webarchive # this way it runs as a failsafe only
|
||||
enrichments:
|
||||
enrichers:
|
||||
- screenshot
|
||||
- wacz
|
||||
- webarchive # this way it runs for every case, webarchive extends archiver and enrichment
|
||||
- thumbnails
|
||||
formatters:
|
||||
- HTMLFormater
|
||||
- PDFFormater
|
||||
- PdfFormater
|
||||
storages:
|
||||
- local_storage
|
||||
- s3
|
||||
@@ -26,6 +26,8 @@ steps:
|
||||
|
||||
|
||||
configurations:
|
||||
global:
|
||||
- save_logs: False
|
||||
gsheets_feeder:
|
||||
- sheet: "Auto archiver"
|
||||
- header: "" # defaults to 1 in GSheetsFeeder
|
||||
@@ -36,7 +38,7 @@ configurations:
|
||||
token: "here"
|
||||
screenshot:
|
||||
width: 1280
|
||||
height: 720
|
||||
height: 720000
|
||||
wacz:
|
||||
profile: secrets/profile.tar.gz
|
||||
webarchive:
|
||||
|
||||
Reference in New Issue
Block a user