summaryrefslogtreecommitdiffstats
path: root/data/man/gallery-dl.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'data/man/gallery-dl.conf.5')
-rw-r--r--data/man/gallery-dl.conf.580
1 files changed, 78 insertions, 2 deletions
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index 6ae0276..b1528c9 100644
--- a/data/man/gallery-dl.conf.5
+++ b/data/man/gallery-dl.conf.5
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL.CONF" "5" "2022-05-25" "1.22.0" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2022-06-04" "1.22.1" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -512,7 +512,7 @@ Source to read additional cookies from. This can be
.br
* The first entry is the browser name
.br
-* The optional second entry is a profile name or an absolote path to a profile directory
+* The optional second entry is a profile name or an absolute path to a profile directory
.br
* The optional third entry is the keyring to retrieve passwords for decrypting cookies from
@@ -1563,6 +1563,22 @@ API token value found at the bottom of your \f[I]profile page\f[].
If not set, a temporary guest token will be used.
+.SS extractor.gofile.website-token
+.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.
+
+Setting this value to \f[I]null\f[] will do an extra HTTP request to fetch
+the current value used by gofile.
+
+
.SS extractor.gofile.recursive
.IP "Type:" 6
\f[I]bool\f[]
@@ -1996,6 +2012,19 @@ port number in your browser's address bar when using a different
port than the default.
+.SS extractor.paheal.metadata
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Extract additional metadata (\f[I]source\f[], \f[I]uploader\f[])
+
+Note: This requires 1 additional HTTP request per post.
+
+
.SS extractor.patreon.files
.IP "Type:" 6
\f[I]list\f[] of \f[I]strings\f[]
@@ -2787,6 +2816,37 @@ Fetch extra submission metadata during gallery downloads.
Note: This requires 1 additional HTTP request per submission.
+.SS extractor.weibo.include
+.IP "Type:" 6
+.br
+* \f[I]string\f[]
+.br
+* \f[I]list\f[] of \f[I]strings\f[]
+
+.IP "Default:" 9
+\f[I]"feed"\f[]
+
+.IP "Description:" 4
+A (comma-separated) list of subcategories to include
+when processing a user profile.
+
+Possible values are
+\f[I]"home"\f[], \f[I]"feed"\f[], \f[I]"videos"\f[], \f[I]"article"\f[], \f[I]"album"\f[].
+
+It is possible to use \f[I]"all"\f[] instead of listing all values separately.
+
+
+.SS extractor.weibo.livephoto
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]true\f[]
+
+.IP "Description:" 4
+Download \f[I]livephoto\f[] files.
+
+
.SS extractor.weibo.retweets
.IP "Type:" 6
\f[I]bool\f[]
@@ -3337,6 +3397,20 @@ Controls the \f[I]ANSI colors\f[]
used with \f[I]mode: color\f[] for successfully downloaded or skipped files.
+.SS output.ansi
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+On Windows, enable ANSI escape sequences and colored output
+.br
+by setting the \f[I]ENABLE_VIRTUAL_TERMINAL_PROCESSING\f[] flag for stdout and stderr.
+.br
+
+
.SS output.skip
.IP "Type:" 6
\f[I]bool\f[]
@@ -3607,6 +3681,8 @@ to a file's metadata dictionary
A \f[I]format string\f[] to build the filenames for metadata files with.
(see \f[I]extractor.filename\f[])
+Using \f[I]"-"\f[] as filename will write all output to \f[I]stdout\f[].
+
If this option is set, \f[I]metadata.extension\f[] and
\f[I]metadata.extension-format\f[] will be ignored.