aboutsummaryrefslogtreecommitdiffstats
path: root/data/man
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-09-07 20:40:52 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-09-07 20:40:52 -0400
commit88f40b9b0dc47fa22a209e8246d97a43f4b60cb2 (patch)
tree5764999c5d1ce99ccebd92dddb7a3914b55e43c2 /data/man
parent7ac1b3bb04430b981f4f796fd765499cdc8b67ec (diff)
parent243b2597edb922fe7e0b0d887e80bb7ebbe72ab7 (diff)
Update upstream source from tag 'upstream/1.30.6'
Update to upstream version '1.30.6' with Debian dir 9f14996b07ee3246bdcde2ec12796c77da2a3060
Diffstat (limited to 'data/man')
-rw-r--r--data/man/gallery-dl.14
-rw-r--r--data/man/gallery-dl.conf.588
2 files changed, 88 insertions, 4 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 89d7116..3cda42a 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2025-08-24" "1.30.5" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2025-09-06" "1.30.6" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -35,7 +35,7 @@ Exact location for file downloads
.B "\-X, \-\-extractors" \f[I]PATH\f[]
Load external extractors from PATH
.TP
-.B "\-\-user\-agent" \f[I]UA\f[]
+.B "\-a, \-\-user\-agent" \f[I]UA\f[]
User-Agent request header
.TP
.B "\-\-clear\-cache" \f[I]MODULE\f[]
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index 4870130..335195f 100644
--- a/data/man/gallery-dl.conf.5
+++ b/data/man/gallery-dl.conf.5
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL.CONF" "5" "2025-08-24" "1.30.5" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2025-09-06" "1.30.6" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -3020,6 +3020,17 @@ greater than the per-page limit, gallery-dl will stop after the first
batch. The value cannot be less than 1.
+.SS extractor.erome.user.reposts
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Include reposts when extracting albums from a user profile.
+
+
.SS extractor.exhentai.domain
.IP "Type:" 6
\f[I]string\f[]
@@ -3321,6 +3332,32 @@ Note: \f[I]comments\f[] can also be enabled via
\f[I]fanbox.comments\f[]
+.SS extractor.fansly.format
+.IP "Type:" 6
+\f[I]list\f[] of \f[I]integers\f[]
+
+.IP "Default:" 9
+\f[I][303, 302, 1, 2, 4]\f[]
+
+.IP "Description:" 4
+Selects the file format to extract.
+
+When more than one format is given, the first available one is selected.
+
+
+.SS extractor.fansly.token
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Example:" 4
+"kX7pL9qW3zT2rY8mB5nJ4vC6xF1tA0hD8uE2wG9yR3sQ7iZ4oM5jN6cP8lV0bK2tU9aL1eW"
+
+.IP "Description:" 4
+\f[I]authorization\f[] header value
+used for requests to \f[I]https://apiv3.fansly.com/api\f[]
+to access locked content.
+
+
.SS extractor.flickr.access-token & .access-token-secret
.IP "Type:" 6
\f[I]string\f[]
@@ -5311,6 +5348,33 @@ Sets the \f[I]quality\f[] query parameter of issue pages. (\f[I]"lq"\f[] or \f[I
or \f[I]"hq"\f[] if not present.
+.SS extractor.reddit.api
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Default:" 9
+\f[I]"oauth"\f[]
+
+.IP "Description:" 4
+Selects which API endpoints to use.
+
+\f[I]"oauth"\f[]
+Use the OAuth API at \f[I]https://oauth.reddit.com\f[]
+
+Requires
+\f[I]client-id & user-agent\f[]
+and uses a
+\f[I]refresh token\f[]
+for authentication.
+
+\f[I]"rest"\f[]
+Use the REST API at \f[I]https://www.reddit.com\f[]
+
+Uses
+\f[I]cookies\f[]
+for authentication.
+
+
.SS extractor.reddit.comments
.IP "Type:" 6
\f[I]integer\f[]
@@ -5378,6 +5442,23 @@ Ignore all submissions posted before/after this date.
Ignore all submissions posted before/after the submission with this ID.
+.SS extractor.reddit.limit
+.IP "Type:" 6
+\f[I]integer\f[]
+
+.IP "Default:" 9
+\f[I]null\f[]
+
+.IP "Description:" 4
+Number of results to return in a single API query.
+
+This value specifies the \f[I]limit\f[] parameter
+used for API requests when retrieving paginated results.
+
+\f[I]null\f[] means not including this parameter at all
+and letting Reddit chose a default.
+
+
.SS extractor.reddit.previews
.IP "Type:" 6
\f[I]bool\f[]
@@ -6181,7 +6262,10 @@ use an extra HTTP request to find the URL to its full-resolution version.
\f[I]string\f[]
.IP "Default:" 9
-\f[I]"offset"\f[]
+.br
+* \f[I]"before"\f[] if \f[I]date-max\f[] is set
+.br
+* \f[I]"offset"\f[] otherwise
.IP "Description:" 4
Controls how to paginate over blog posts.