diff options
Diffstat (limited to 'docs/gallery-dl.conf')
| -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 |
