From 857e044c843eb9a1527321b7a4eb3cac2802776e Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Mon, 18 Jul 2022 10:23:16 +0000 Subject: [PATCH] Fixed --allowHashUrls incorrectly requiring a value --- CHANGELOG.md | 1 + zimit.py | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e771c1..880402c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Using warc2zim version xxx ⚠️ use released warc2zim before releasing - Using browsertrix-crawler 0.7 ⚠️ use non-beya before releasing +- Fixed `--allowHashUrls` being a boolean param ## [1.2.0] - 2022-06-21 diff --git a/zimit.py b/zimit.py index 555ca08..6dcc17c 100755 --- a/zimit.py +++ b/zimit.py @@ -200,6 +200,7 @@ def zimit(args=None): "single-page-application crawling or " "when different hashtags load dynamic " "content", + action="store_true", ) parser.add_argument(