diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 8a3d9e2..4eaf1b8 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -49,7 +49,8 @@ { "username": null, "password": null, - "ugoira": false + "ugoira": false, + "metadata": false }, "derpibooru": { @@ -79,6 +80,7 @@ "username": null, "password": null, "domain": "auto", + "limits": true, "metadata": false, "original": true, "sleep-request": 5.0 @@ -279,7 +281,8 @@ }, "booru": { - "tags": false + "tags": false, + "notes": false } }, |
