aboutsummaryrefslogtreecommitdiffstats
path: root/data
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
parent2a817af4fe41289fa705bdc5ee61372333f43996 (diff)
New upstream version 1.26.4.upstream/1.26.4
Diffstat (limited to 'data')
-rw-r--r--data/completion/_gallery-dl1
-rw-r--r--data/completion/gallery-dl4
-rw-r--r--data/completion/gallery-dl.fish1
-rw-r--r--data/man/gallery-dl.15
-rw-r--r--data/man/gallery-dl.conf.540
5 files changed, 46 insertions, 5 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl
index f3b17a2..39fabcc 100644
--- a/data/completion/_gallery-dl
+++ b/data/completion/_gallery-dl
@@ -26,6 +26,7 @@ _arguments -C -S \
{-s,--simulate}'[Simulate data extraction; do not download anything]' \
{-E,--extractor-info}'[Print extractor defaults and settings]' \
{-K,--list-keywords}'[Print a list of available keywords and example values for the given URLs]' \
+{-e,--error-file}'[Add input URLs which returned an error to FILE]':'<file>':_files \
--list-modules'[Print a list of available extractor modules]' \
--list-extractors'[Print a list of extractor classes with description, (sub)category and example URL]' \
--write-log'[Write logging output to FILE]':'<file>':_files \
diff --git a/data/completion/gallery-dl b/data/completion/gallery-dl
index e5bc6c1..d280ab4 100644
--- a/data/completion/gallery-dl
+++ b/data/completion/gallery-dl
@@ -5,12 +5,12 @@ _gallery_dl()
cur="${COMP_WORDS[COMP_CWORD]}"
prev="${COMP_WORDS[COMP_CWORD-1]}"
- if [[ "${prev}" =~ ^(-i|--input-file|-I|--input-file-comment|-x|--input-file-delete|--write-log|--write-unsupported|-c|--config|--config-yaml|--config-toml|-C|--cookies|--cookies-export|--download-archive)$ ]]; then
+ if [[ "${prev}" =~ ^(-i|--input-file|-I|--input-file-comment|-x|--input-file-delete|-e|--error-file|--write-log|--write-unsupported|-c|--config|--config-yaml|--config-toml|-C|--cookies|--cookies-export|--download-archive)$ ]]; then
COMPREPLY=( $(compgen -f -- "${cur}") )
elif [[ "${prev}" =~ ^()$ ]]; then
COMPREPLY=( $(compgen -d -- "${cur}") )
else
- COMPREPLY=( $(compgen -W "--help --version --filename --destination --directory --extractors --proxy --source-address --user-agent --clear-cache --input-file --input-file-comment --input-file-delete --quiet --verbose --get-urls --resolve-urls --dump-json --simulate --extractor-info --list-keywords --list-modules --list-extractors --write-log --write-unsupported --write-pages --limit-rate --retries --http-timeout --sleep --sleep-request --sleep-extractor --filesize-min --filesize-max --chunk-size --no-part --no-skip --no-mtime --no-download --no-postprocessors --no-check-certificate --option --config --config-yaml --config-toml --config-create --config-ignore --ignore-config --username --password --netrc --cookies --cookies-export --cookies-from-browser --download-archive --abort --terminate --range --chapter-range --filter --chapter-filter --postprocessor --postprocessor-option --write-metadata --write-info-json --write-infojson --write-tags --zip --cbz --mtime --mtime-from-date --ugoira --ugoira-conv --ugoira-conv-lossless --ugoira-conv-copy --exec --exec-after" -- "${cur}") )
+ COMPREPLY=( $(compgen -W "--help --version --filename --destination --directory --extractors --proxy --source-address --user-agent --clear-cache --input-file --input-file-comment --input-file-delete --quiet --verbose --get-urls --resolve-urls --dump-json --simulate --extractor-info --list-keywords --error-file --list-modules --list-extractors --write-log --write-unsupported --write-pages --limit-rate --retries --http-timeout --sleep --sleep-request --sleep-extractor --filesize-min --filesize-max --chunk-size --no-part --no-skip --no-mtime --no-download --no-postprocessors --no-check-certificate --option --config --config-yaml --config-toml --config-create --config-ignore --ignore-config --username --password --netrc --cookies --cookies-export --cookies-from-browser --download-archive --abort --terminate --range --chapter-range --filter --chapter-filter --postprocessor --postprocessor-option --write-metadata --write-info-json --write-infojson --write-tags --zip --cbz --mtime --mtime-from-date --ugoira --ugoira-conv --ugoira-conv-lossless --ugoira-conv-copy --exec --exec-after" -- "${cur}") )
fi
}
diff --git a/data/completion/gallery-dl.fish b/data/completion/gallery-dl.fish
index 5cb60d4..135dfb7 100644
--- a/data/completion/gallery-dl.fish
+++ b/data/completion/gallery-dl.fish
@@ -20,6 +20,7 @@ complete -c gallery-dl -s 'j' -l 'dump-json' -d 'Print JSON information'
complete -c gallery-dl -s 's' -l 'simulate' -d 'Simulate data extraction; do not download anything'
complete -c gallery-dl -s 'E' -l 'extractor-info' -d 'Print extractor defaults and settings'
complete -c gallery-dl -s 'K' -l 'list-keywords' -d 'Print a list of available keywords and example values for the given URLs'
+complete -c gallery-dl -r -F -s 'e' -l 'error-file' -d 'Add input URLs which returned an error to FILE'
complete -c gallery-dl -l 'list-modules' -d 'Print a list of available extractor modules'
complete -c gallery-dl -l 'list-extractors' -d 'Print a list of extractor classes with description, (sub)category and example URL'
complete -c gallery-dl -r -F -l 'write-log' -d 'Write logging output to FILE'
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[]