diff options
Diffstat (limited to 'docs/gallery-dl.conf')
| -rw-r--r-- | docs/gallery-dl.conf | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index ed85b01..0ad87c0 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -155,6 +155,7 @@ }, "bunkr": { + "endpoint": "/api/_001", "tlds": false }, "cien": @@ -511,6 +512,7 @@ "id-max" : null, "previews" : true, "recursion" : 0, + "selftext" : null, "videos" : true }, "redgifs": @@ -593,6 +595,10 @@ "username": "", "password": "" }, + "tenor": + { + "format": ["gif", "mp4", "webm", "webp"] + }, "tiktok": { "audio" : true, @@ -601,7 +607,7 @@ "user": { "avatar": true, "module": null, - "tiktok-range": null + "tiktok-range": "" } }, "tsumino": @@ -769,7 +775,11 @@ "external" : false, "metadata" : false, "threshold": "auto", - "ugoira" : false + "ugoira" : false, + + "pool": { + "order-posts": "pool" + } }, "danbooru": { |
