mirror of
https://github.com/openzim/zimit.git
synced 2025-09-27 14:57:22 -04:00
Merge pull request #464 from openzim/upgrade
Upgrade to Browsertrix Crawler 1.5.1
This commit is contained in:
commit
cc84848c32
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade to browsertrix crawler 1.5.0, Python 3.13 and others (#462)
|
||||
- Upgrade to browsertrix crawler 1.5.1, Python 3.13 and others (#462)
|
||||
|
||||
## [2.1.7] - 2024-01-10
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM webrecorder/browsertrix-crawler:1.5.0
|
||||
FROM webrecorder/browsertrix-crawler:1.5.1
|
||||
LABEL org.opencontainers.image.source=https://github.com/openzim/zimit
|
||||
|
||||
# add deadsnakes ppa for latest Python on Ubuntu
|
||||
|
@ -91,8 +91,7 @@ def test_stats_output():
|
||||
"pending": 0,
|
||||
"pendingPages": [],
|
||||
"total": 17,
|
||||
"failed": 1,
|
||||
"failedWillRetry": 17,
|
||||
"failed": 18,
|
||||
"limit": {"max": 0, "hit": False},
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user