aboutsummaryrefslogtreecommitdiffstats
path: root/data/man
diff options
context:
space:
mode:
Diffstat (limited to 'data/man')
-rw-r--r--data/man/gallery-dl.12
-rw-r--r--data/man/gallery-dl.conf.563
2 files changed, 59 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 7a6c97d..a50a0c0 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2025-04-26" "1.29.5" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2025-05-04" "1.29.6" "gallery-dl Manual"
.\" disable hyphenation
.nh
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index d329d9c..ba2e048 100644
--- a/data/man/gallery-dl.conf.5
+++ b/data/man/gallery-dl.conf.5
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL.CONF" "5" "2025-04-26" "1.29.5" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2025-05-04" "1.29.6" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -2167,12 +2167,12 @@ It is possible to use \f[I]"all"\f[] instead of listing all values separately.
.IP "Example:" 4
.br
-* "generation"
+* "generation,version"
.br
-* ["generation"]
+* ["generation", "version"]
.IP "Description:" 4
-Extract additional \f[I]generation\f[] metadata.
+Extract additional \f[I]generation\f[] and \f[I]version\f[] metadata.
Note: This requires 1 additional HTTP request per image or video.
@@ -3659,12 +3659,47 @@ Extract a user's direct messages as \f[I]dms\f[] metadata.
Extract a user's announcements as \f[I]announcements\f[] metadata.
+.SS extractor.kemonoparty.endpoint
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Default:" 9
+\f[I]"posts"\f[]
+
+.IP "Description:" 4
+API endpoint to use for retrieving creator posts.
+
+\f[I]"legacy"\f[]
+Use the results from
+.br
+\f[I]/v1/{service}/user/{creator_id}/posts-legacy\f[]
+Provides less metadata, but is more reliable at returning all posts.
+.br
+Supports filtering results by \f[I]tag\f[] query parameter.
+.br
+\f[I]"legacy+"\f[]
+Use the results from
+.br
+\f[I]/v1/{service}/user/{creator_id}/posts-legacy\f[]
+to retrieve post IDs
+and one request to
+.br
+\f[I]/v1/{service}/user/{creator_id}/post/{post_id}\f[]
+to get a full set of metadata for each.
+\f[I]"posts"\f[]
+Use the results from
+.br
+\f[I]/v1/{service}/user/{creator_id}\f[]
+Provides more metadata, but might not return a creator's first/last posts.
+.br
+
+
.SS extractor.kemonoparty.favorites
.IP "Type:" 6
\f[I]string\f[]
.IP "Default:" 9
-\f[I]artist\f[]
+\f[I]"artist"\f[]
.IP "Description:" 4
Determines the type of favorites to be downloaded.
@@ -7523,6 +7558,22 @@ after \f[I]N\f[] consecutive files compared as equal.
Only compare file sizes. Do not read and compare their content.
+.SS directory.event
+.IP "Type:" 6
+.br
+* \f[I]string\f[]
+.br
+* \f[I]list\f[] of \f[I]strings\f[]
+
+.IP "Default:" 9
+\f[I]"prepare"\f[]
+
+.IP "Description:" 4
+The event(s) for which \f[I]directory\f[] format strings are (re)evaluated.
+
+See \f[I]metadata.event\f[] for a list of available events.
+
+
.SS exec.archive
.IP "Type:" 6
.br
@@ -9049,6 +9100,8 @@ Compare versions of the same file and replace/enumerate them on mismatch
.br
(requires \f[I]downloader.*.part\f[] = \f[I]true\f[] and \f[I]extractor.*.skip\f[] = \f[I]false\f[])
.br
+\f[I]directory\f[]
+Reevaluate \f[I]directory\f[] format strings
\f[I]exec\f[]
Execute external commands
\f[I]hash\f[]