diff options
| author | 2021-05-03 23:36:45 -0400 | |
|---|---|---|
| committer | 2021-05-03 23:36:45 -0400 | |
| commit | e7eb1f9779f2e223575ab23a6bc1abf2222e7d27 (patch) | |
| tree | 6cfdc1e3da2143801a598a0ba1182d8f7289dc6d /docs | |
| parent | d27dcd4646242d6da8436f14c7b37ce864355858 (diff) | |
New upstream version 1.17.3.upstream/1.17.3
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 } }, |
