diff options
Diffstat (limited to 'docs/gallery-dl.conf')
| -rw-r--r-- | docs/gallery-dl.conf | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 117c117..6e71d42 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -50,6 +50,10 @@ { "videos": true }, + "cyberdrop": + { + "domain": "auto" + }, "danbooru": { "username": null, @@ -201,7 +205,7 @@ "pixiv": { "refresh-token": null, - "avatar": false, + "include": "artworks", "tags": "japanese", "ugoira": true }, @@ -267,7 +271,7 @@ { "username": null, "password": null, - "cards": true, + "cards": false, "conversations": false, "pinned": false, "quoted": false, @@ -292,7 +296,8 @@ }, "weasyl": { - "api-key": null + "api-key": null, + "metadata": false }, "weibo": { @@ -350,6 +355,10 @@ "mode": "auto", "progress": true, "shorten": true, + "colors": { + "success": "1;32", + "skip" : "2" + }, "skip": true, "log": "[{name}][{levelname}] {message}", "logfile": null, |
