From 7672a750cb74bf31e21d76aad2776367fd476155 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 26 May 2025 06:45:53 -0400 Subject: New upstream version 1.29.7. --- docs/gallery-dl.conf | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'docs/gallery-dl.conf') diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 2df1ec3..eac3390 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -188,7 +188,8 @@ "include" : ["user-models", "user-posts"], "metadata": false, "nsfw" : true, - "quality" : "original=true" + "quality" : "original=true", + "quality-videos": "quality=100" }, "coomerparty": { @@ -277,7 +278,9 @@ "contexts": false, "exif" : false, + "info" : false, "metadata": false, + "profile" : false, "size-max": null, "videos" : true }, @@ -362,7 +365,11 @@ "order-files": "asc", "order-posts": "asc", "previews" : false, - "videos" : true + "videos" : true, + + "stories": { + "split": false + } }, "itaku": { @@ -408,6 +415,8 @@ }, "mangadex": { + "client-id" : "", + "client-secret": "", "username": "", "password": "", @@ -479,7 +488,8 @@ }, "pixeldrain": { - "api-key": null + "api-key" : null, + "recursive": false }, "pixiv": { -- cgit v1.2.3