diff options
| author | 2023-03-13 02:07:49 -0400 | |
|---|---|---|
| committer | 2023-03-13 02:07:49 -0400 | |
| commit | 10987f08f8b6c510ba64f4b42d95ba67eec6e5b0 (patch) | |
| tree | 1af82cad9ac859a70cafc976a980280b939cfcc7 /docs | |
| parent | 919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (diff) | |
New upstream version 1.25.0.upstream/1.25.0
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, |
