Added
- New
--version
flag to display Zimit version (#234) - New
--logging
flag to adjust Browsertrix Crawler logging (#273) - Use new
--scraper-suffix
flag of warc2zim to enhance ZIM "Scraper" metadata (#275) - New
--noMobileDevice
CLI argument - Publish Docker image for
linux/arm64
(in addition tolinux/amd64
) (#178)
Changed
- Use
warc2zim
version 2, which works without Service Worker anymore (#193) - Upgraded Browsertrix Crawler to 1.1.3
- Adopt Python bootstrap conventions
- Upgrade to Python 3.12 + upgrade dependencies
- Removed handling of redirects by zimit, they are handled by browsertrix crawler and detected properly by warc2zim (#284)
- Drop initial check of URL in Python (#256)
--userAgent
CLI argument overrides again the--userAgentSuffix
and--adminEmail
values--userAgent
CLI argument is not mandatory anymore