diff options
| author | 2022-10-03 04:08:41 -0400 | |
|---|---|---|
| committer | 2022-10-03 04:08:41 -0400 | |
| commit | b2d8a54ecf4157570d00a8b974a779766822bf4b (patch) | |
| tree | d7b6db11c9b6add2c1a714fcfc95ab62b11e126c /docs/gallery-dl.conf | |
| parent | e6b82556343116256be047ab7099bedd9063f66a (diff) | |
New upstream version 1.23.2upstream/1.23.2
Diffstat (limited to 'docs/gallery-dl.conf')
| -rw-r--r-- | docs/gallery-dl.conf | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 6ba50f2..1c565ec 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -156,8 +156,9 @@ { "username": null, "password": null, + "api": "auto", "include": "posts", - "sleep-request": 8.0, + "sleep-request": [6.0, 12.0], "videos": true }, "khinsider": @@ -244,19 +245,21 @@ { "format": ["hd", "sd", "gif"] }, + "sankaku": + { + "username": null, + "password": null, + "refresh": false + }, "sankakucomplex": { "embeds": false, "videos": true }, - "sankaku": - { - "username": null, - "password": null - }, "skeb": { "article": false, + "filters": null, "sent-requests": false, "thumbnails": false }, |
