Merge pull request #326 from openzim/fix_youtube

Upgrade to crawler 1.2.0
This commit is contained in:
benoit74 2024-06-24 09:04:36 +02:00 committed by GitHub
commit 4265effe91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Upgraded Browsertrix Crawler to 1.2.0 (fixes Youtube videos issue #323)
## [2.0.2] - 2024-06-18
### Changed

View File

@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:1.2.0-beta.0
FROM webrecorder/browsertrix-crawler:1.2.0
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
# add deadsnakes ppa for Python 3.12 on Ubuntu Jammy