diff options
| author | 2022-05-26 23:57:10 -0400 | |
|---|---|---|
| committer | 2022-05-26 23:57:10 -0400 | |
| commit | 5c903a88dee75fe65fee8cbf337e6a6217eda8ce (patch) | |
| tree | 83b8d6427272f24829e7b01930801a98b4bba5e2 /docs | |
| parent | 742762724a171c3171cca4d6680d03ba10e003d6 (diff) | |
| parent | ad61a6d8122973534ab63df48f6090954bc73db6 (diff) | |
Update upstream source from tag 'upstream/1.22.0'
Update to upstream version '1.22.0'
with Debian dir f597b243649bdb1feca741d6879e2c79e5237cde
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, |
