modifies base docker image to use browsertrix 1.4.2 (#182)

* modifies base image to newest browsertrix version

* modify browsertrix cmd args based on recent experience
This commit is contained in:
Miguel Sozinho Ramalho
2025-01-24 13:59:29 +00:00
committed by GitHub
parent d4fff0b6eb
commit a6fc4e1bb1
2 changed files with 9 additions and 6 deletions

View File

@@ -84,7 +84,8 @@ class WaczArchiverEnricher(Enricher, Archiver):
"--behaviors", "autoscroll,autoplay,autofetch,siteSpecific",
"--behaviorTimeout", str(self.timeout),
"--timeout", str(self.timeout),
"--blockAds" # TODO: test
"--diskUtilization", "99",
# "--blockAds" # note: this has been known to cause issues on cloudflare protected sites
]
if self.docker_in_docker: