mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-23 03:02:50 +01:00
e87e6fbc67
directory_fmt -> directory filename_fmt -> filename download-original -> original
52 lines
1.0 KiB
Plaintext
52 lines
1.0 KiB
Plaintext
{
|
|
"base-directory": "/tmp/",
|
|
"cache":
|
|
{
|
|
"file": "/tmp/.gallery-dl.cache"
|
|
},
|
|
"extractor":
|
|
{
|
|
"pixiv":
|
|
{
|
|
"user":
|
|
{
|
|
"directory": ["{category}", "{artist-id}"]
|
|
},
|
|
"bookmark":
|
|
{
|
|
"directory": ["{category}", "my bookmarks"]
|
|
},
|
|
"ugoira": true,
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"batoto":
|
|
{
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"exhentai":
|
|
{
|
|
"wait-min": 3,
|
|
"wait-max": 6,
|
|
"original": true,
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"nijie":
|
|
{
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"seiga":
|
|
{
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"gelbooru":
|
|
{
|
|
"filename": "{category}_{id:>07}_{md5}.{extension}"
|
|
}
|
|
}
|
|
}
|