diff options
| author | 2025-09-07 20:40:45 -0400 | |
|---|---|---|
| committer | 2025-09-07 20:40:45 -0400 | |
| commit | 243b2597edb922fe7e0b0d887e80bb7ebbe72ab7 (patch) | |
| tree | 1a42ddec8ae1f21e3c4c88849818e1ea9140aaaa /docs | |
| parent | 1df55d9de48105dace9cc16f1511dba3c9a6da6f (diff) | |
New upstream version 1.30.6.upstream/1.30.6
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/gallery-dl.conf | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index 1890b72..f1e3833 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -287,6 +287,12 @@ "metadata": false } }, + "erome": + { + "user": { + "reposts": false + } + }, "exhentai": { "username": "", @@ -322,6 +328,12 @@ "fee-max" : null, "metadata": false }, + "fansly": + { + "token": "", + + "format": [303, 302, 1, 2, 4] + }, "flickr": { "access-token" : null, @@ -617,6 +629,7 @@ "user-agent" : null, "refresh-token": null, + "api" : "oauth", "comments" : 0, "morecomments": false, "embeds" : true, @@ -625,6 +638,7 @@ "date-format" : "%Y-%m-%dT%H:%M:%S", "id-min" : null, "id-max" : null, + "limit" : null, "previews" : true, "recursion" : 0, "selftext" : null, @@ -771,7 +785,7 @@ "inline" : true, "offset" : 0, "original" : true, - "pagination": "offset", + "pagination": null, "posts" : "all", "ratelimit" : "abort", "reblogs" : true, |
