diff options
| author | 2022-05-26 23:57:04 -0400 | |
|---|---|---|
| committer | 2022-05-26 23:57:04 -0400 | |
| commit | ad61a6d8122973534ab63df48f6090954bc73db6 (patch) | |
| tree | aedce94427ac95fa180005f88fc94b5c8ef5a62a /docs | |
| parent | c6b88a96bd191711fc540d7babab3d2e09c68da8 (diff) | |
New upstream version 1.22.0.upstream/1.22.0
Diffstat (limited to 'docs')
| -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, |
