aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-10-22 01:00:14 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-10-22 01:00:14 -0400
commite052f3b9e1d9703a5a466daeaf37bacf476c2daf (patch)
treefc608c7d452695706fb13e2b0b34671f569f3ab0 /data
parentb8758ecd073910ce3220b2e68399147b425c37b8 (diff)
New upstream version 1.26.1.upstream/1.26.1
Diffstat (limited to 'data')
-rw-r--r--data/completion/_gallery-dl4
-rw-r--r--data/completion/gallery-dl.fish4
-rw-r--r--data/man/gallery-dl.16
-rw-r--r--data/man/gallery-dl.conf.547
4 files changed, 50 insertions, 11 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl
index 94d2f06..c1425bb 100644
--- a/data/completion/_gallery-dl
+++ b/data/completion/_gallery-dl
@@ -73,8 +73,8 @@ _arguments -C -S \
--write-infojson'[==SUPPRESS==]' \
--write-tags'[Write image tags to separate text files]' \
--mtime-from-date'[Set file modification times according to "date" metadata]' \
---exec'[Execute CMD for each downloaded file. Example: --exec "convert {} {}.png && rm {}"]':'<cmd>' \
---exec-after'[Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {} && convert * ../doc.pdf"]':'<cmd>' \
+--exec'[Execute CMD for each downloaded file. Supported replacement fields are {} or {_path}, {_directory}, {_filename}. Example: --exec "convert {} {}.png && rm {}"]':'<cmd>' \
+--exec-after'[Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {_directory} && convert * ../doc.pdf"]':'<cmd>' \
{-P,--postprocessor}'[Activate the specified post processor]':'<name>' \
{-O,--postprocessor-option}'[Additional "<key>=<value>" post processor options]':'<opt>' && rc=0
diff --git a/data/completion/gallery-dl.fish b/data/completion/gallery-dl.fish
index 00e7b24..593ab89 100644
--- a/data/completion/gallery-dl.fish
+++ b/data/completion/gallery-dl.fish
@@ -67,7 +67,7 @@ complete -c gallery-dl -l 'write-info-json' -d 'Write gallery metadata to a info
complete -c gallery-dl -l 'write-infojson' -d '==SUPPRESS=='
complete -c gallery-dl -l 'write-tags' -d 'Write image tags to separate text files'
complete -c gallery-dl -l 'mtime-from-date' -d 'Set file modification times according to "date" metadata'
-complete -c gallery-dl -x -l 'exec' -d 'Execute CMD for each downloaded file. Example: --exec "convert {} {}.png && rm {}"'
-complete -c gallery-dl -x -l 'exec-after' -d 'Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {} && convert * ../doc.pdf"'
+complete -c gallery-dl -x -l 'exec' -d 'Execute CMD for each downloaded file. Supported replacement fields are {} or {_path}, {_directory}, {_filename}. Example: --exec "convert {} {}.png && rm {}"'
+complete -c gallery-dl -x -l 'exec-after' -d 'Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {_directory} && convert * ../doc.pdf"'
complete -c gallery-dl -x -s 'P' -l 'postprocessor' -d 'Activate the specified post processor'
complete -c gallery-dl -x -s 'O' -l 'postprocessor-option' -d 'Additional "<key>=<value>" post processor options'
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index c2eedb7..27f13af 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2023-10-03" "1.26.0" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2023-10-21" "1.26.1" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -216,10 +216,10 @@ Write image tags to separate text files
Set file modification times according to 'date' metadata
.TP
.B "\-\-exec" \f[I]CMD\f[]
-Execute CMD for each downloaded file. Example: --exec "convert {} {}.png && rm {}"
+Execute CMD for each downloaded file. Supported replacement fields are {} or {_path}, {_directory}, {_filename}. Example: --exec "convert {} {}.png && rm {}"
.TP
.B "\-\-exec\-after" \f[I]CMD\f[]
-Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {} && convert * ../doc.pdf"
+Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {_directory} && convert * ../doc.pdf"
.TP
.B "\-P, \-\-postprocessor" \f[I]NAME\f[]
Activate the specified post processor
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index 19a5812..9083d24 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-10-03" "1.26.0" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2023-10-21" "1.26.1" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -1529,7 +1529,10 @@ Use with caution.
.SS extractor.deviantart.group
.IP "Type:" 6
-\f[I]bool\f[]
+.br
+* \f[I]bool\f[]
+.br
+* \f[I]string\f[]
.IP "Default:" 9
\f[I]true\f[]
@@ -1538,6 +1541,14 @@ Use with caution.
Check whether the profile name in a given URL
belongs to a group or a regular user.
+When disabled, assume every given profile name
+belongs to a regular user.
+
+Special values:
+
+.br
+* \f[I]"skip"\f[]: Skip groups
+
.SS extractor.deviantart.include
.IP "Type:" 6
@@ -1589,13 +1600,15 @@ literature and status updates.
\f[I]bool\f[]
.IP "Default:" 9
-\f[I]true\f[]
+\f[I]false\f[]
.IP "Description:" 4
Update \f[I]JSON Web Tokens\f[] (the \f[I]token\f[] URL parameter)
of otherwise non-downloadable, low-resolution images
to be able to download them in full resolution.
+Note: No longer functional as of 2023-10-11
+
.SS extractor.deviantart.mature
.IP "Type:" 6
@@ -2415,7 +2428,20 @@ Limit the number of posts to download.
\f[I]false\f[]
.IP "Description:" 4
-Extract \f[I]username\f[] metadata
+Extract \f[I]username\f[] metadata.
+
+
+.SS extractor.kemonoparty.revisions
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Extract post revisions.
+
+Note: This requires 1 additional HTTP request per post.
.SS extractor.khinsider.format
@@ -2625,6 +2651,19 @@ Fetch media from renoted notes.
Fetch media from replies to other notes.
+.SS extractor.[moebooru].pool.metadata
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Extract extended \f[I]pool\f[] metadata.
+
+Note: Not supported by all \f[I]moebooru\f[] instances.
+
+
.SS extractor.newgrounds.flash
.IP "Type:" 6
\f[I]bool\f[]