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

37 lines
777 B

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