diff options
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 }, |
