diff options
Diffstat (limited to 'docs/gallery-dl.conf')
| -rw-r--r-- | docs/gallery-dl.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 1fcbb3b..becf599 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -159,9 +159,8 @@ }, "instagram": { - "username": null, - "password": null, - "api": "auto", + "api": "rest", + "cookies": null, "include": "posts", "sleep-request": [6.0, 12.0], "videos": true @@ -330,7 +329,8 @@ "wallhaven": { "api-key": null, - "metadata": false + "metadata": false, + "include": "uploads" }, "weasyl": { @@ -381,6 +381,7 @@ "http": { "adjust-extensions": true, + "chunk-size": 32768, "headers": null }, |
