summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/gallery-dl-example.conf3
-rw-r--r--docs/gallery-dl.conf4
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,