diff options
| author | 2021-06-05 20:55:43 -0400 | |
|---|---|---|
| committer | 2021-06-05 20:55:43 -0400 | |
| commit | f26e7753b7a30fbe6a44cf5c72957a9096316923 (patch) | |
| tree | 5906c00be309b8a429df75f1183c02188d90973a /docs | |
| parent | 3a066ea27a496139eaad532d7e53e0649ee1d848 (diff) | |
| parent | 8a644b7a06c504263a478d3681eed10b4161b5be (diff) | |
Update upstream source from tag 'upstream/1.17.5'
Update to upstream version '1.17.5'
with Debian dir b048d0b0c877962aaf3bbb88b1a2b8e2c1255371
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 4eaf1b8..7497cd6 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -59,6 +59,8 @@ }, "deviantart": { + "client-id": null, + "client-secret": null, "extra": false, "flat": true, "folders": false, @@ -174,6 +176,8 @@ }, "pillowfort": { + "external": false, + "inline": true, "reblogs": false }, "pinterest": @@ -183,8 +187,9 @@ }, "pixiv": { + "refresh-token": null, "avatar": false, - "translated-tags": false, + "tags": "japanese", "ugoira": true }, "reactor": @@ -254,6 +259,7 @@ "quoted": true, "replies": true, "retweets": true, + "text-tweets": false, "twitpic": false, "users": "timeline", "videos": true @@ -320,6 +326,7 @@ "mode": "auto", "progress": true, "shorten": true, + "skip": true, "log": "[{name}][{levelname}] {message}", "logfile": null, "unsupportedfile": null |
