aboutsummaryrefslogtreecommitdiffstats
path: root/data
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
parentad61a6d8122973534ab63df48f6090954bc73db6 (diff)
New upstream version 1.22.1.upstream/1.22.1
Diffstat (limited to 'data')
-rw-r--r--data/completion/_gallery-dl2
-rw-r--r--data/completion/gallery-dl2
-rw-r--r--data/completion/gallery-dl.fish2
-rw-r--r--data/man/gallery-dl.14
-rw-r--r--data/man/gallery-dl.conf.580
5 files changed, 83 insertions, 7 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl
index e86d725..7b8d3aa 100644
--- a/data/completion/_gallery-dl
+++ b/data/completion/_gallery-dl
@@ -15,7 +15,7 @@ _arguments -C -S \
--source-address'[Client-side IP address to bind to]':'<ip>' \
--clear-cache'[Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything)]':'<module>' \
--cookies'[File to load additional cookies from]':'<file>':_files \
---cookies-from_browser'[Name of the browser to load cookies from, with optional keyring name prefixed with "+" and profile prefixed with ":"]':'<browser[+keyring][:profile]>' \
+--cookies-from-browser'[Name of the browser to load cookies from, with optional keyring name prefixed with "+" and profile prefixed with ":"]':'<browser[+keyring][:profile]>' \
{-q,--quiet}'[Activate quiet mode]' \
{-v,--verbose}'[Print various debugging information]' \
{-g,--get-urls}'[Print URLs instead of downloading]' \
diff --git a/data/completion/gallery-dl b/data/completion/gallery-dl
index 1bb3b0a..7424e41 100644
--- a/data/completion/gallery-dl
+++ b/data/completion/gallery-dl
@@ -10,7 +10,7 @@ _gallery_dl()
elif [[ "${prev}" =~ ^()$ ]]; then
COMPREPLY=( $(compgen -d -- "${cur}") )
else
- COMPREPLY=( $(compgen -W "--help --version --input-file --destination --directory --filename --proxy --source-address --clear-cache --cookies --cookies-from_browser --quiet --verbose --get-urls --resolve-urls --dump-json --simulate --extractor-info --list-keywords --list-modules --list-extractors --write-log --write-unsupported --write-pages --limit-rate --retries --http-timeout --sleep --sleep-request --sleep-extractor --filesize-min --filesize-max --no-part --no-skip --no-mtime --no-download --no-check-certificate --config --config-yaml --option --ignore-config --username --password --netrc --download-archive --abort --terminate --range --chapter-range --filter --chapter-filter --zip --ugoira-conv --ugoira-conv-lossless --ugoira-conv-copy --write-metadata --write-info-json --write-infojson --write-tags --mtime-from-date --exec --exec-after --postprocessor" -- "${cur}") )
+ COMPREPLY=( $(compgen -W "--help --version --input-file --destination --directory --filename --proxy --source-address --clear-cache --cookies --cookies-from-browser --quiet --verbose --get-urls --resolve-urls --dump-json --simulate --extractor-info --list-keywords --list-modules --list-extractors --write-log --write-unsupported --write-pages --limit-rate --retries --http-timeout --sleep --sleep-request --sleep-extractor --filesize-min --filesize-max --no-part --no-skip --no-mtime --no-download --no-check-certificate --config --config-yaml --option --ignore-config --username --password --netrc --download-archive --abort --terminate --range --chapter-range --filter --chapter-filter --zip --ugoira-conv --ugoira-conv-lossless --ugoira-conv-copy --write-metadata --write-info-json --write-infojson --write-tags --mtime-from-date --exec --exec-after --postprocessor" -- "${cur}") )
fi
}
diff --git a/data/completion/gallery-dl.fish b/data/completion/gallery-dl.fish
index a3028b2..02769ee 100644
--- a/data/completion/gallery-dl.fish
+++ b/data/completion/gallery-dl.fish
@@ -9,7 +9,7 @@ complete -c gallery-dl -x -l 'proxy' -d 'Use the specified proxy'
complete -c gallery-dl -x -l 'source-address' -d 'Client-side IP address to bind to'
complete -c gallery-dl -x -l 'clear-cache' -d 'Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything)'
complete -c gallery-dl -r -F -l 'cookies' -d 'File to load additional cookies from'
-complete -c gallery-dl -x -l 'cookies-from_browser' -d 'Name of the browser to load cookies from, with optional keyring name prefixed with "+" and profile prefixed with ":"'
+complete -c gallery-dl -x -l 'cookies-from-browser' -d 'Name of the browser to load cookies from, with optional keyring name prefixed with "+" and profile prefixed with ":"'
complete -c gallery-dl -s 'q' -l 'quiet' -d 'Activate quiet mode'
complete -c gallery-dl -s 'v' -l 'verbose' -d 'Print various debugging information'
complete -c gallery-dl -s 'g' -l 'get-urls' -d 'Print URLs instead of downloading'
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.