aboutsummaryrefslogtreecommitdiffstats
path: root/data/man
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-12-11 01:12:30 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-12-11 01:12:30 -0500
commit30dee4697019389ef29458b2e3931adc976389b2 (patch)
tree9c627d0f873d3d2efe5a1c3881a5feaec3acf5d4 /data/man
parent2a817af4fe41289fa705bdc5ee61372333f43996 (diff)
New upstream version 1.26.4.upstream/1.26.4
Diffstat (limited to 'data/man')
-rw-r--r--data/man/gallery-dl.15
-rw-r--r--data/man/gallery-dl.conf.540
2 files changed, 42 insertions, 3 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 2789154..277b227 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2023-11-27" "1.26.3" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2023-12-10" "1.26.4" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -80,6 +80,9 @@ Print extractor defaults and settings
.B "\-K, \-\-list\-keywords"
Print a list of available keywords and example values for the given URLs
.TP
+.B "\-e, \-\-error\-file" \f[I]FILE\f[]
+Add input URLs which returned an error to FILE
+.TP
.B "\-\-list\-modules"
Print a list of available extractor modules
.TP
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index adf9885..95e9627 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-11-27" "1.26.3" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2023-12-10" "1.26.4" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -450,7 +450,7 @@ during data extraction.
The username and password to use when attempting to log in to
another site.
-Specifying a username and password is required for
+Specifying username and password is required for
.br
* \f[I]nijie\f[]
@@ -509,6 +509,10 @@ by using a \f[I].netrc\f[] file. (see Authentication_)
(*) The password value for these sites should be
the API key found in your user profile, not the actual account password.
+Note: Leave the \f[I]password\f[] value empty or undefined
+to get prompted for a passeword when performing a login
+(see \f[I]getpass()\f[]).
+
.SS extractor.*.netrc
.IP "Type:" 6
@@ -1802,6 +1806,18 @@ depending on the input URL
* \f[I]"exhentai.org"\f[]: Use \f[I]exhentai.org\f[] for all URLs
+.SS extractor.exhentai.fallback-retries
+.IP "Type:" 6
+\f[I]integer\f[]
+
+.IP "Default:" 9
+\f[I]2\f[]
+
+.IP "Description:" 4
+Number of times a failed image gets retried.
+Use \f[I]-1\f[] for infinite retries
+
+
.SS extractor.exhentai.fav
.IP "Type:" 6
\f[I]string\f[]
@@ -5070,6 +5086,26 @@ File to write external URLs unsupported by *gallery-dl* to.
The default format string here is \f[I]"{message}"\f[].
+.SS output.errorfile
+.IP "Type:" 6
+.br
+* \f[I]Path\f[]
+.br
+* \f[I]Logging Configuration\f[]
+
+.IP "Description:" 4
+File to write input URLs which returned an error to.
+
+The default format string here is also \f[I]"{message}"\f[].
+
+When combined with
+\f[I]-I\f[]/\f[I]--input-file-comment\f[] or
+\f[I]-x\f[]/\f[I]--input-file-delete\f[],
+this option will cause *all* input URLs from these files
+to be commented/deleted after processing them
+and not just successful ones.
+
+
.SS output.num-to-str
.IP "Type:" 6
\f[I]bool\f[]