diff options
| author | 2022-08-29 02:17:16 -0400 | |
|---|---|---|
| committer | 2022-08-29 02:17:16 -0400 | |
| commit | a768930761f7f20587ae40a8cacca0e55c85290a (patch) | |
| tree | 5a4163db912b93fc45f717e5e43fd5be3e66f16c /docs | |
| parent | ae2a0f5622beaa6f402526f8a7b939419283a090 (diff) | |
New upstream version 1.23.0.upstream/1.23.0
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 1492653..1e485ee 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -109,6 +109,11 @@ "include": "gallery", "layout": "auto" }, + "gelbooru": + { + "api-key": null, + "user-id": null + }, "gfycat": { "format": ["mp4", "webm", "mobile", "gif"] @@ -193,6 +198,7 @@ { "browser": true, "cache": true, + "host": "localhost", "port": 6414 }, "paheal": @@ -248,6 +254,12 @@ "username": null, "password": null }, + "skeb": + { + "article": false, + "sent-requests": false, + "thumbnails": false + }, "smugmug": { "videos": true @@ -273,6 +285,7 @@ "external": false, "inline": true, "posts": "all", + "original": true, "reblogs": true }, "twitter": @@ -302,7 +315,8 @@ }, "wallhaven": { - "api-key": null + "api-key": null, + "metadata": false }, "weasyl": { @@ -324,6 +338,11 @@ "module": null, "raw-options": null }, + "zerochan": + { + "username": null, + "password": null + }, "booru": { "tags": false, |
