Releases: openzim/zimit
Releases · openzim/zimit
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
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
1.6.3
Changed
- Adapt to new
warc2zim
code structure - Using browsertrix-crawler 0.12.4
- Using warc2zim 1.5.5
Added
- New
--build
parameter (optional) to specify the directory holding Browsertrix files ; if not set,--output
directory is used ; zimit creates one subdir of this folder per invocation to isolate datasets ; subdir is kept only
if--keep
is set.
Fixed
--collection
parameter was not working (#252)
1.6.2
1.6.1
1.6.0
Changed
- Scraper fails for all HTTP error codes returned when checking URL at startup (#223)
- User-Agent now has a default value (#228)
- Manipulation of spaces with UA suffix and adminEmail has been modified
- Same User-Agent is used for check_url (Python) and Browsertrix crawler (#227)
- Using browsertrix-crawler 0.12.0