update README

This commit is contained in:
Mike Fährmann
2017-05-09 15:43:55 +02:00
parent 9f1c83297f
commit 1e416e5227
4 changed files with 39 additions and 19 deletions

55
docs/gallery-dl.conf Normal file
View 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}"
}
}
}