mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
37 lines
777 B
Plaintext
37 lines
777 B
Plaintext
{
|
|
"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}"
|
|
}
|
|
}
|
|
}
|