mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -04:00
Added TAG_SEPARATORS option to supply a regex of characters to use when splitting tags
This commit is contained in:
parent
745f6573c1
commit
049f88def9
3 changed files with 10 additions and 3 deletions
|
@ -98,6 +98,7 @@ class ConfigDict(BaseConfig, total=False):
|
|||
WGET_ARGS: List[str]
|
||||
CURL_ARGS: List[str]
|
||||
GIT_ARGS: List[str]
|
||||
TAG_SEPARATORS: str
|
||||
|
||||
|
||||
ConfigDefaultValueGetter = Callable[[ConfigDict], ConfigValue]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue