Fixed --allowHashUrls incorrectly requiring a value

This commit is contained in:
renaud gaudin 2022-07-18 10:23:16 +00:00
parent 8c6d2bfb45
commit 857e044c84
2 changed files with 2 additions and 0 deletions

View File

@ -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 warc2zim version xxx ⚠️ use released warc2zim before releasing
- Using browsertrix-crawler 0.7 ⚠️ use non-beya before releasing - Using browsertrix-crawler 0.7 ⚠️ use non-beya before releasing
- Fixed `--allowHashUrls` being a boolean param
## [1.2.0] - 2022-06-21 ## [1.2.0] - 2022-06-21

View File

@ -200,6 +200,7 @@ def zimit(args=None):
"single-page-application crawling or " "single-page-application crawling or "
"when different hashtags load dynamic " "when different hashtags load dynamic "
"content", "content",
action="store_true",
) )
parser.add_argument( parser.add_argument(