update example configuration file

This commit is contained in:
Mike Fährmann
2016-07-24 22:20:18 +02:00
parent fe85195023
commit 794fa22762

View File

@@ -12,6 +12,7 @@
{ {
"directory_fmt": ["{category}", "my bookmarks"] "directory_fmt": ["{category}", "my bookmarks"]
}, },
"ugoira": true,
"username": null, "username": null,
"password": null "password": null
}, },
@@ -19,25 +20,17 @@
{ {
"wait-min": 3, "wait-min": 3,
"wait-max": 6, "wait-max": 6,
"cookies": "username": null,
{ "password": null
"ipb_member_id": null,
"ipb_pass_hash": null
}
}, },
"nijie": "nijie":
{ {
"email": null, "username": null,
"password": null "password": null
}, },
"gelbooru": "gelbooru":
{ {
"filename_fmt": "{category}_{id:>07}_{md5}.{extension}", "filename_fmt": "{category}_{id:>07}_{md5}.{extension}"
"cookies":
{
"user_id": null,
"pass_hash": null
}
} }
} }
} }