mirror of
https://github.com/openzim/zimit.git
synced 2025-09-26 14:23:11 -04:00
Fixed --allowHashUrls incorrectly requiring a value
This commit is contained in:
parent
8c6d2bfb45
commit
857e044c84
@ -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
|
||||||
|
|
||||||
|
1
zimit.py
1
zimit.py
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user