1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00
gallery-dl/docs/gallery-dl.conf

75 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-10-05 15:55:11 +02:00
{
"base-directory": "/tmp/",
"downloader":
{
"http":
{
"retries": 5,
"timeout": null
}
},
2015-10-05 15:55:11 +02:00
"extractor":
{
"pixiv":
{
2015-11-30 01:11:13 +01:00
"user":
{
"directory": ["{category}", "{artist-id}"]
2015-11-30 01:11:13 +01:00
},
"bookmark":
{
"directory": ["{category}", "my bookmarks"]
2015-11-30 01:11:13 +01:00
},
2016-07-24 22:20:18 +02:00
"ugoira": true,
2015-11-03 22:15:25 +01:00
"username": null,
"password": null
2015-10-05 15:55:11 +02:00
},
"batoto":
{
"username": null,
"password": null
},
2015-11-03 22:15:25 +01:00
"exhentai":
2015-10-05 15:55:11 +02:00
{
2015-11-19 17:04:54 +01:00
"wait-min": 3,
"wait-max": 6,
"original": true,
2016-07-24 22:20:18 +02:00
"username": null,
"password": null
2015-10-05 15:55:11 +02:00
},
2015-11-03 22:15:25 +01:00
"nijie":
2015-10-05 15:55:11 +02:00
{
2016-07-24 22:20:18 +02:00
"username": null,
"password": null
2015-10-05 15:55:11 +02:00
},
"seiga":
{
"username": null,
"password": null
},
2015-10-05 15:55:11 +02:00
"gelbooru":
{
"filename": "{category}_{id:>07}_{md5}.{extension}"
},
"reddit":
{
"refresh-token": null,
"comments": 500,
"date-min": 0,
"date-max": 253402210800,
"recursion": 0
},
"flickr":
{
"access-token": null,
"access-token-secret": null
2015-10-05 15:55:11 +02:00
}
},
"output":
{
"mode": "auto",
"shorten": true,
"progress": true
2015-10-05 15:55:11 +02:00
}
}