Update example config.json

This commit is contained in:
2023-05-21 11:06:17 +08:00
parent a806da6009
commit 8b17a5f349

12
config.example.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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,
}