diff options
| author | 2022-10-17 03:44:04 -0400 | |
|---|---|---|
| committer | 2022-10-17 03:44:04 -0400 | |
| commit | 78e2d1672e4301497f786cd03637de9ddbc717ac (patch) | |
| tree | d74e3d9f54f1982c88feabe84f2804fc00beae5f /docs/gallery-dl.conf | |
| parent | b2d8a54ecf4157570d00a8b974a779766822bf4b (diff) | |
New upstream version 1.23.3.upstream/1.23.3
Diffstat (limited to 'docs/gallery-dl.conf')
| -rw-r--r-- | docs/gallery-dl.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 1c565ec..e507eb0 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -24,6 +24,8 @@ "path-replace": "_", "path-remove": "\\u0000-\\u001f\\u007f", "path-strip": "auto", + "path-extended": true, + "extension-map": { "jpeg": "jpg", "jpe" : "jpg", @@ -71,10 +73,13 @@ { "client-id": null, "client-secret": null, + "auto-watch": false, + "auto-unwatch": false, "comments": false, "extra": false, "flat": true, "folders": false, + "group": true, "include": "gallery", "journals": "html", "mature": true, @@ -189,6 +194,10 @@ "format": "original", "include": "art" }, + "nana": + { + "favkey": null + }, "nijie": { "username": null, @@ -288,6 +297,7 @@ "external": false, "inline": true, "posts": "all", + "offset": 0, "original": true, "reblogs": true }, |
