mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
Upgrade to Browsertrix Crawler 1.5.1
This commit is contained in:
parent
5af981c01c
commit
6ec53f774f
3 changed files with 3 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue