update README
This commit is contained in:
55
docs/gallery-dl.conf
Normal file
55
docs/gallery-dl.conf
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"base-directory": "/tmp/",
|
||||
"downloader":
|
||||
{
|
||||
"http":
|
||||
{
|
||||
"retries": 5,
|
||||
"timeout": null
|
||||
}
|
||||
},
|
||||
"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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user