You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gallery-dl/gallery-dl.conf

48 lines
1.0 KiB

{
"base-directory": "/tmp/",
"extractor":
{
"pixiv":
{
"user":
{
"directory_fmt": ["{category}", "{artist-id}"]
},
"bookmark":
{
"directory_fmt": ["{category}", "my bookmarks"]
},
"username": null,
"password": null
},
"exhentai":
{
"wait-min": 3,
"wait-max": 6,
"cookies":
{
"ipb_member_id": null,
"ipb_pass_hash": null
}
},
"nijie":
{
"cookies":
{
"NIJIEIJIEID": null,
"nijie_email_hash": null,
"nijie_login_hash": null
}
},
"gelbooru":
{
"filename_fmt": "{category}_{id:>07}_{md5}.{extension}",
"cookies":
{
"user_id": null,
"pass_hash": null
}
}
}
}