Skip to content

Commit

Permalink
updating crawler and warc2zim
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jun 10, 2021
1 parent 14ced5c commit efd8ca5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.5

- using crawler 0.3.2 and warc2zim 1.3.6

# 1.1.4

- Defaults to `load,networkidle0` for waitUntil param (same as crawler)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM webrecorder/browsertrix-crawler:0.3.1
FROM webrecorder/browsertrix-crawler:0.3.2
LABEL org.opencontainers.image.source https://github.com/openzim/zimit

RUN mkdir -p /output

WORKDIR /app

RUN pip install 'warc2zim>=1.3.5' 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13'
RUN pip install 'warc2zim>=1.3.6' 'requests>=2.24.0' 'inotify==0.2.10' 'tld>=0.12,<0.13'

ADD zimit.py /app/

Expand Down

0 comments on commit efd8ca5

Please sign in to comment.