From 10987f08f8b6c510ba64f4b42d95ba67eec6e5b0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 13 Mar 2023 02:07:49 -0400 Subject: New upstream version 1.25.0. --- docs/gallery-dl-example.conf | 3 ++- docs/gallery-dl.conf | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'docs') 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, -- cgit v1.2.3