Files
eh-downloader/config.example.jsonc
2023-05-30 10:44:38 +08:00

19 lines
514 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",
"max_retry_count": 3,
"max_download_img_count": 3,
"download_original_img": true,
"port": 8000
}