summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-05-28 01:35:27 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2023-05-28 01:35:27 -0400
commit8950c0f2ef55ec2ed36b3fccc9fd85b64b877c3b (patch)
tree353c894306904849b05b4dacbb9ea0966f36bd95 /data
parentbff1d7a3fc1f184002ea6c6f77de675885bda3eb (diff)
New upstream version 1.25.5.upstream/1.25.5
Diffstat (limited to 'data')
-rw-r--r--data/man/gallery-dl.12
-rw-r--r--data/man/gallery-dl.conf.5106
2 files changed, 100 insertions, 8 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index f018c63..3d5e4e8 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2023-05-07" "1.25.4" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2023-05-27" "1.25.5" "gallery-dl Manual"
.\" disable hyphenation
.nh
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index 8008451..be234ce 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-05-07" "1.25.4" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2023-05-27" "1.25.5" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -1976,16 +1976,14 @@ If not set, a temporary guest token will be used.
.IP "Type:" 6
\f[I]string\f[]
-.IP "Default:" 9
-\f[I]"12345"\f[]
-
.IP "Description:" 4
API token value used during API requests.
-A not up-to-date value will result in \f[I]401 Unauthorized\f[] errors.
+An invalid or not up-to-date value
+will result in \f[I]401 Unauthorized\f[] errors.
-Setting this value to \f[I]null\f[] will do an extra HTTP request to fetch
-the current value used by gofile.
+Keeping this option unset will use an extra HTTP request
+to attempt to fetch the current value used by gofile.
.SS extractor.gofile.recursive
@@ -2041,6 +2039,21 @@ Available formats are \f[I]"webp"\f[] and \f[I]"avif"\f[].
but is most likely going to fail with \f[I]403 Forbidden\f[] errors.
+.SS extractor.imagechest.access-token
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Description:" 4
+Your personal Image Chest access token.
+
+These tokens allow using the API instead of having to scrape HTML pages,
+providing more detailed metadata.
+(\f[I]date\f[], \f[I]description\f[], etc)
+
+See https://imgchest.com/docs/api/1.0/general/authorization
+for instructions on how to generate such a token.
+
+
.SS extractor.imgur.client-id
.IP "Type:" 6
\f[I]string\f[]
@@ -2132,6 +2145,66 @@ Possible values are
It is possible to use \f[I]"all"\f[] instead of listing all values separately.
+.SS extractor.instagram.metadata
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Provide extended \f[I]user\f[] metadata even when referring to a user by ID,
+e.g. \f[I]instagram.com/id:12345678\f[].
+
+Note: This metadata is always available when referring to a user by name,
+e.g. \f[I]instagram.com/USERNAME\f[].
+
+
+.SS extractor.instagram.order-files
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Default:" 9
+\f[I]"asc"\f[]
+
+.IP "Description:" 4
+Controls the order in which files of each post are returned.
+
+.br
+* \f[I]"asc"\f[]: Same order as displayed in a post
+.br
+* \f[I]"desc"\f[]: Reverse order as displayed in a post
+.br
+* \f[I]"reverse"\f[]: Same as \f[I]"desc"\f[]
+
+Note: This option does *not* affect \f[I]{num}\f[].
+To enumerate files in reverse order, use \f[I]count - num + 1\f[].
+
+
+.SS extractor.instagram.order-posts
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Default:" 9
+\f[I]"asc"\f[]
+
+.IP "Description:" 4
+Controls the order in which posts are returned.
+
+.br
+* \f[I]"asc"\f[]: Same order as displayed
+.br
+* \f[I]"desc"\f[]: Reverse order as displayed
+.br
+* \f[I]"id"\f[] or \f[I]"id_asc"\f[]: Ascending order by ID
+.br
+* \f[I]"id_desc"\f[]: Descending order by ID
+.br
+* \f[I]"reverse"\f[]: Same as \f[I]"desc"\f[]
+
+Note: This option only affects \f[I]highlights\f[].
+
+
.SS extractor.instagram.previews
.IP "Type:" 6
\f[I]bool\f[]
@@ -2397,6 +2470,14 @@ Fetch media from replies to other posts.
Also emit metadata for text-only posts without media content.
+.SS extractor.[misskey].access-token
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Description:" 4
+Your access token, necessary to fetch favorited notes.
+
+
.SS extractor.[misskey].renotes
.IP "Type:" 6
\f[I]bool\f[]
@@ -2736,6 +2817,17 @@ by using a third-party tool like
\f[I]gppt\f[].
+.SS extractor.pixiv.embeds
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Download images embedded in novels.
+
+
.SS extractor.pixiv.metadata
.IP "Type:" 6
\f[I]bool\f[]