diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 16 |
1 files changed, 13 insertions, 3 deletions
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": { |
