mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 22:54:27 -04:00
feat: Use CURL_ARGS on title extractor
This commit is contained in:
parent
563d0f94ec
commit
c12fe0e3d7
4 changed files with 8 additions and 5 deletions
|
@ -96,6 +96,8 @@ class ConfigDict(BaseConfig, total=False):
|
|||
|
||||
YOUTUBEDL_ARGS: Optional[str]
|
||||
WGET_ARGS: Optional[str]
|
||||
CURL_ARGS: Optional[str]
|
||||
GIT_ARGS: Optional[str]
|
||||
|
||||
|
||||
ConfigDefaultValueGetter = Callable[[ConfigDict], ConfigValue]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue