mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-07 22:28:52 +08:00
Update example config.json
This commit is contained in:
12
config.example.json
Normal file
12
config.example.json
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user