mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-05-20 14:44:54 +02:00
Fix Zimit: add required --name flag for warc2zim
warc2zim (called internally by zimit) requires --name for ZIM metadata. Without it, argument validation fails with exit code 2. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
76076fc4ab
commit
b035ba3f20
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ def _crawl_zimit(job, config, stop_event, db):
|
|||
docker_image,
|
||||
'zimit',
|
||||
'--seeds', url,
|
||||
'--name', _sanitize_filename(domain),
|
||||
'--zim-lang', language,
|
||||
'--title', title,
|
||||
'--description', description[:80],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue