mirror of
https://github.com/Yuvi9587/Kemono-Downloader.git
synced 2025-12-29 16:14:44 +00:00
Proxy Support Keys
This commit is contained in:
parent
675646e763
commit
1494d3f456
@ -68,6 +68,14 @@ DISCORD_TOKEN_KEY = "discord/token"
|
|||||||
|
|
||||||
POST_DOWNLOAD_ACTION_KEY = "postDownloadAction"
|
POST_DOWNLOAD_ACTION_KEY = "postDownloadAction"
|
||||||
|
|
||||||
|
|
||||||
|
# --- Proxy / Network Keys ---
|
||||||
|
PROXY_ENABLED_KEY = "proxy/enabled"
|
||||||
|
PROXY_HOST_KEY = "proxy/host"
|
||||||
|
PROXY_PORT_KEY = "proxy/port"
|
||||||
|
PROXY_USERNAME_KEY = "proxy/username"
|
||||||
|
PROXY_PASSWORD_KEY = "proxy/password"
|
||||||
|
|
||||||
# --- UI Constants and Identifiers ---
|
# --- UI Constants and Identifiers ---
|
||||||
HTML_PREFIX = "<!HTML!>"
|
HTML_PREFIX = "<!HTML!>"
|
||||||
LOG_DISPLAY_LINKS = "links"
|
LOG_DISPLAY_LINKS = "links"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user