aboutsummaryrefslogtreecommitdiffstats
path: root/data/man
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-06-05 00:33:56 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-06-05 00:33:56 -0400
commit25442ea49f031d4d2df3353dd7e9ad2080e332da (patch)
tree14c2ee86b8d10cf0f79b4cd3ce8d6a34ebe52eba /data/man
parentad61a6d8122973534ab63df48f6090954bc73db6 (diff)
New upstream version 1.22.1.upstream/1.22.1
Diffstat (limited to 'data/man')
-rw-r--r--data/man/gallery-dl.14
-rw-r--r--data/man/gallery-dl.conf.580
2 files changed, 80 insertions, 4 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index f3bb82c..c2c4577 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2022-05-25" "1.22.0" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2022-06-04" "1.22.1" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -47,7 +47,7 @@ Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything
.B "\-\-cookies" \f[I]FILE\f[]
File to load additional cookies from
.TP
-.B "\-\-cookies\-from_browser" \f[I]BROWSER[+KEYRING][:PROFILE]\f[]
+.B "\-\-cookies\-from\-browser" \f[I]BROWSER[+KEYRING][:PROFILE]\f[]
Name of the browser to load cookies from, with optional keyring name prefixed with '+' and profile prefixed with ':'
.TP
.B "\-q, \-\-quiet"
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.