aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/man/gallery-dl.12
-rw-r--r--data/man/gallery-dl.conf.547
2 files changed, 43 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 8aa419d..b5ad7f2 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2023-04-15" "1.25.2" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2023-04-30" "1.25.3" "gallery-dl Manual"
.\" disable hyphenation
.nh
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index 63d78f0..3bd9f17 100644
--- a/data/man/gallery-dl.conf.5
+++ b/data/man/gallery-dl.conf.5
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL.CONF" "5" "2023-04-15" "1.25.2" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2023-04-30" "1.25.3" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -1935,7 +1935,11 @@ even ones without a \f[I]generic:\f[] prefix.
.IP "Description:" 4
List of names of the preferred animation format, which can be
-\f[I]"mp4"\f[], \f[I]"webm"\f[], \f[I]"mobile"\f[], \f[I]"gif"\f[], or \f[I]"webp"\f[].
+\f[I]"mp4"\f[],
+\f[I]"webm"\f[],
+\f[I]"mobile"\f[],
+\f[I]"gif"\f[], or
+\f[I]"webp"\f[].
If a selected format is not available, the next one in the list will be
tried until an available format is found.
@@ -2027,6 +2031,14 @@ Available formats are \f[I]"webp"\f[] and \f[I]"avif"\f[].
but is most likely going to fail with \f[I]403 Forbidden\f[] errors.
+.SS extractor.imgur.client-id
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Description:" 4
+Custom Client ID value for API requests.
+
+
.SS extractor.imgur.mp4
.IP "Type:" 6
.br
@@ -3002,13 +3014,18 @@ but it will not always get the best video quality available.
.IP "Description:" 4
List of names of the preferred animation format, which can be
-\f[I]"hd"\f[], \f[I]"sd"\f[], "gif", "vthumbnail"`, "thumbnail"\f[I], or \f[]"poster"\f[I].
+\f[I]"hd"\f[],
+\f[I]"sd"\f[],
+\f[I]"gif"\f[],
+\f[I]"thumbnail"\f[],
+\f[I]"vthumbnail"\f[], or
+\f[I]"poster"\f[].
If a selected format is not available, the next one in the list will be
tried until an available format is found.
-If the format is given as \f[]string\f[I], it will be extended with
-\f[]["hd", "sd", "gif"]``. Use a list with one element to
+If the format is given as \f[I]string\f[], it will be extended with
+\f[I]["hd", "sd", "gif"]\f[]. Use a list with one element to
restrict it to only one possible format.
@@ -4178,6 +4195,26 @@ of a file called \f[I]example.png\f[] from \f[I]png\f[] to \f[I]jpg\f[] when sai
contains JPEG/JFIF data.
+.SS downloader.http.consume-content
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Controls the behavior when an HTTP response is considered
+unsuccessful
+
+If the value is \f[I]true\f[], consume the response body. This
+avoids closing the connection and therefore improves connection
+reuse.
+
+If the value is \f[I]false\f[], immediately close the connection
+without reading the response. This can be useful if the server
+is known to send large bodies for error responses.
+
+
.SS downloader.http.chunk-size
.IP "Type:" 6
.br