From 8b17a5f34918d3cd187b52dc2ba272808c1925aa Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sun, 21 May 2023 11:06:17 +0800 Subject: [PATCH] Update example config.json --- config.example.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config.example.json diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..5b173b8 --- /dev/null +++ b/config.example.json @@ -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, +}