diff options
Diffstat (limited to 'data/man/gallery-dl.conf.5')
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 40 |
1 files changed, 38 insertions, 2 deletions
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[] |
