Files
eh-downloader/config.example.jsonc
2023-05-21 13:58:13 +08:00

15 lines
402 B
JSON

{
"cookies": "ipb_member_id = xxxx; ipb_pass_hash = xxxx; sk = xxx; sp = x",
"ua": "User-Agent",
// Whether to use exhentai.org
"ex": false,
// The download location.
"base": "./downloads",
// Maximum task count
"max_task_count": 1,
// Fetch page data from Multi-Page Viewer
"mpv": false,
// The folder that to store database.
"db_path": "./downloads"
}