aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/man/gallery-dl.12
-rw-r--r--data/man/gallery-dl.conf.5126
2 files changed, 121 insertions, 7 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index b779e1e..078ff4f 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2024-01-21" "1.26.7" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2024-02-17" "1.26.8" "gallery-dl Manual"
.\" disable hyphenation
.nh
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index 7fec8ae..4b349dd 100644
--- a/data/man/gallery-dl.conf.5
+++ b/data/man/gallery-dl.conf.5
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL.CONF" "5" "2024-01-21" "1.26.7" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2024-02-17" "1.26.8" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -464,6 +464,8 @@ and optional for
.br
* \f[I]atfbooru\f[] (*)
.br
+* \f[I]bluesky\f[]
+.br
* \f[I]danbooru\f[] (*)
.br
* \f[I]e621\f[] (*)
@@ -1374,6 +1376,78 @@ Supported module types are
Download embedded videos hosted on https://www.blogger.com/
+.SS extractor.bluesky.include
+.IP "Type:" 6
+.br
+* \f[I]string\f[]
+.br
+* \f[I]list\f[] of \f[I]strings\f[]
+
+.IP "Default:" 9
+\f[I]"media"\f[]
+
+.IP "Example:" 4
+.br
+* "avatar,background,posts"
+.br
+* ["avatar", "background", "posts"]
+
+.IP "Description:" 4
+A (comma-separated) list of subcategories to include
+when processing a user profile.
+
+Possible values are
+\f[I]"avatar"\f[],
+\f[I]"background"\f[],
+\f[I]"posts"\f[],
+\f[I]"replies"\f[],
+\f[I]"media"\f[],
+\f[I]"likes"\f[],
+
+It is possible to use \f[I]"all"\f[] instead of listing all values separately.
+
+
+.SS extractor.bluesky.metadata
+.IP "Type:" 6
+.br
+* \f[I]bool\f[]
+.br
+* \f[I]string\f[]
+.br
+* \f[I]list\f[] of \f[I]strings\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Example:" 4
+.br
+* "facets,user"
+.br
+* ["facets", "user"]
+
+.IP "Description:" 4
+Extract additional metadata.
+
+.br
+* \f[I]facets\f[]: \f[I]hashtags\f[], \f[I]mentions\f[], and \f[I]uris\f[]
+.br
+* \f[I]user\f[]: detailed \f[I]user\f[] metadata for the user referenced in the input URL
+(See \f[I]app.bsky.actor.getProfile\f[]).
+
+
+.SS extractor.bluesky.post.depth
+.IP "Type:" 6
+\f[I]integer\f[]
+
+.IP "Default:" 9
+\f[I]0\f[]
+
+.IP "Description:" 4
+Sets the maximum depth of returned reply posts.
+
+(See depth parameter of \f[I]app.bsky.feed.getPostThread\f[])
+
+
.SS extractor.cyberdrop.domain
.IP "Type:" 6
\f[I]string\f[]
@@ -1761,16 +1835,19 @@ when a \f[I]refresh token\f[] is provided.
.SS extractor.deviantart.quality
.IP "Type:" 6
-\f[I]integer\f[]
+.br
+* \f[I]integer\f[]
+.br
+* \f[I]string\f[]
.IP "Default:" 9
\f[I]100\f[]
.IP "Description:" 4
-JPEG quality level of newer images for which
+JPEG quality level of images for which
an original file download is not available.
-Note: Only has an effect when \f[I]deviantart.jwt\f[] is disabled.
+Set this to \f[I]"png"\f[] to download a PNG version of these images instead.
.SS extractor.deviantart.refresh-token
@@ -1833,7 +1910,7 @@ Leave \f[I]SIZE\f[] empty to download the regular, small avatar format.
.IP "Example:" 4
.br
-* notes,pools
+* "notes,pools"
.br
* ["notes", "pools"]
@@ -2575,7 +2652,10 @@ Extract \f[I]username\f[] metadata.
.SS extractor.kemonoparty.revisions
.IP "Type:" 6
-\f[I]bool\f[]
+.br
+* \f[I]bool\f[]
+.br
+* \f[I]string\f[]
.IP "Default:" 9
\f[I]false\f[]
@@ -2583,6 +2663,8 @@ Extract \f[I]username\f[] metadata.
.IP "Description:" 4
Extract post revisions.
+Set this to \f[I]"unique"\f[] to filter out duplicate revisions.
+
Note: This requires 1 additional HTTP request per post.
@@ -3473,6 +3555,22 @@ If the format is given as \f[I]string\f[], it will be extended with
restrict it to only one possible format.
+.SS extractor.sankaku.id-format
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Default:" 9
+\f[I]"numeric"\f[]
+
+.IP "Description:" 4
+Format of \f[I]id\f[] metadata fields.
+
+.br
+* \f[I]"alphanumeric"\f[] or \f[I]"alnum"\f[]: 11-character alphanumeric IDs (\f[I]y0abGlDOr2o\f[])
+.br
+* \f[I]"numeric"\f[] or \f[I]"legacy"\f[]: numeric IDs (\f[I]360451\f[])
+
+
.SS extractor.sankaku.refresh
.IP "Type:" 6
\f[I]bool\f[]
@@ -4476,6 +4574,22 @@ Fetch extra submission metadata during gallery downloads.
Note: This requires 1 additional HTTP request per submission.
+.SS extractor.weibo.gifs
+.IP "Type:" 6
+.br
+* \f[I]bool\f[]
+.br
+* \f[I]string\f[]
+
+.IP "Default:" 9
+\f[I]true\f[]
+
+.IP "Description:" 4
+Download \f[I]gif\f[] files.
+
+Set this to \f[I]"video"\f[] to download GIFs as video files.
+
+
.SS extractor.weibo.include
.IP "Type:" 6
.br