diff options
| author | 2022-10-17 03:44:10 -0400 | |
|---|---|---|
| committer | 2022-10-17 03:44:10 -0400 | |
| commit | 6fa3c3d58670e90b140eeaa759773a3fe749321d (patch) | |
| tree | 1060614e4c8708f59ac27e1ab9e20d6c3e42e806 /docs | |
| parent | 71693e4757b29b478b4ef7c876c24aa7426a58e1 (diff) | |
| parent | 78e2d1672e4301497f786cd03637de9ddbc717ac (diff) | |
Update upstream source from tag 'upstream/1.23.3'
Update to upstream version '1.23.3'
with Debian dir 9ed24fbe8a8282e29b08d37ad95a98d733c8d145
Diffstat (limited to 'docs')
| -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 }, |
