diff options
| author | 2022-02-10 22:50:56 -0500 | |
|---|---|---|
| committer | 2022-02-10 22:50:56 -0500 | |
| commit | 99bc014c924c755f10a4a930b1a83efabd84fde1 (patch) | |
| tree | 596bbab18416b66adf87011a0a6e439468f68778 /data/man | |
| parent | 8a812de1450d5d53fc1cd9a59f6c3f08452fc5b1 (diff) | |
New upstream version 1.20.4.upstream/1.20.4
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 30 |
2 files changed, 30 insertions, 2 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 49b1af8..9c1ed7f 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2022-01-26" "1.20.3" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2022-02-06" "1.20.4" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 564368c..e44f008 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-01-26" "1.20.3" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-02-06" "1.20.4" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1479,6 +1479,22 @@ Possible values are You can use \f[I]"all"\f[] instead of listing all values separately. +.SS extractor.hitomi.format +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"webp"\f[] + +.IP "Description:" 4 +Selects which image format to download. + +Available formats are \f[I]"webp"\f[] and \f[I]"avif"\f[]. + +\f[I]"original"\f[] will try to download the original \f[I]jpg\f[] or \f[I]png\f[] versions, +but is most likely going to fail with \f[I]403 Forbidden\f[] errors. + + .SS extractor.hitomi.metadata .IP "Type:" 6 \f[I]bool\f[] @@ -2477,6 +2493,18 @@ Control video download behavior. * \f[I]false\f[]: Skip video Tweets +.SS extractor.twitter.warnings +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Emit \f[I]logging messages\f[] +for non-fatal errors reported by Twitter's API. + + .SS extractor.unsplash.format .IP "Type:" 6 \f[I]string\f[] |
