mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
Upgrade to Browsertrix Crawler 1.5.3
Include restore of total number of pages, following upstream fix.
This commit is contained in:
parent
8b4b18bfb7
commit
3a7f583a96
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM webrecorder/browsertrix-crawler:1.5.1
|
||||
FROM webrecorder/browsertrix-crawler:1.5.3
|
||||
LABEL org.opencontainers.image.source=https://github.com/openzim/zimit
|
||||
|
||||
# add deadsnakes ppa for latest Python on Ubuntu
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ def test_stats_output():
|
|||
"crawled": 17,
|
||||
"pending": 0,
|
||||
"pendingPages": [],
|
||||
"total": 17,
|
||||
"total": 35,
|
||||
"failed": 18,
|
||||
"limit": {"max": 0, "hit": False},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue