mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
Fixed --allowHashUrls incorrectly requiring a value
This commit is contained in:
parent
8c6d2bfb45
commit
857e044c84
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
1
zimit.py
1
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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue