diff options
| author | 2023-03-13 02:07:55 -0400 | |
|---|---|---|
| committer | 2023-03-13 02:07:55 -0400 | |
| commit | c5965a4d7650b7e935f630e40d883801967f7bcc (patch) | |
| tree | 2223d05254347c00a339e4476d3daea7b2624fb4 /docs | |
| parent | baa8beeeb8bbe097f0b33d8c029fbd299253efa0 (diff) | |
| parent | 10987f08f8b6c510ba64f4b42d95ba67eec6e5b0 (diff) | |
Update upstream source from tag 'upstream/1.25.0'
Update to upstream version '1.25.0'
with Debian dir c2275e6e216e12115941d12f2b939d3f1a36436e
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl-example.conf | 3 | ||||
| -rw-r--r-- | docs/gallery-dl.conf | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/gallery-dl-example.conf b/docs/gallery-dl-example.conf index 92509b5..ef7b3b5 100644 --- a/docs/gallery-dl-example.conf +++ b/docs/gallery-dl-example.conf @@ -5,6 +5,7 @@ "#": "set global archive file for all extractors", "archive": "~/gallery-dl/archive.sqlite3", + "archive-pragma": ["journal_mode=WAL", "synchronous=NORMAL"], "#": "add two custom keywords into the metadata dictionary", "#": "these can be used to further refine your output directories or filenames", @@ -36,7 +37,7 @@ "pixiv": { - "#": "override global archive setting for pixiv", + "#": "override global archive path for pixiv", "archive": "~/gallery-dl/archive-pixiv.sqlite3", "#": "set custom directory and filename format strings for all pixiv downloads", diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 3012e71..7564e5b 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -186,6 +186,10 @@ "username": null, "password": null }, + "misskey": { + "renotes": false, + "replies": true + }, "newgrounds": { "username": null, |
