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, +}