diff options
| author | 2025-03-10 03:44:57 -0400 | |
|---|---|---|
| committer | 2025-03-10 03:44:57 -0400 | |
| commit | 243d1f1beb4e4eb75a524f1aff948c47761a4f1d (patch) | |
| tree | 54f7ada7698d946f410500ad14f62798ca646956 /docs/gallery-dl.conf | |
| parent | 889c7b8caec8fc0b9c7a583ed1d9cfa43518fc42 (diff) | |
New upstream version 1.29.1.upstream/1.29.1
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": { |
