diff --git a/archivebox/config/stubs.py b/archivebox/config/stubs.py index 444757e9..38c7ed4c 100644 --- a/archivebox/config/stubs.py +++ b/archivebox/config/stubs.py @@ -48,6 +48,7 @@ class ConfigDict(BaseConfig, total=False): RESOLUTION: str GIT_DOMAINS: str CHECK_SSL_VALIDITY: bool + CURL_USER_AGENT: str WGET_USER_AGENT: str CHROME_USER_AGENT: str COOKIES_FILE: Optional[str]