diff options
| author | 2022-02-14 17:17:07 -0500 | |
|---|---|---|
| committer | 2022-02-14 17:17:07 -0500 | |
| commit | 7900ee4e3692dbd8056c3e47c81bb22eda030b65 (patch) | |
| tree | 54d10ca35e4b8538d2c61470490642b660e2ae77 /data | |
| parent | 99bc014c924c755f10a4a930b1a83efabd84fde1 (diff) | |
New upstream version 1.20.5.upstream/1.20.5
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 33 |
2 files changed, 33 insertions, 2 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 9c1ed7f..1671d2d 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2022-02-06" "1.20.4" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2022-02-14" "1.20.5" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index e44f008..51b20cd 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-02-06" "1.20.4" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-02-14" "1.20.5" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1425,6 +1425,24 @@ Possible values are You can use \f[I]"all"\f[] instead of listing all values separately. +.SS extractor.furaffinity.layout +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"auto"\f[] + +.IP "Description:" 4 +Selects which site layout to expect when parsing posts. + +.br +* \f[I]"auto"\f[]: Automatically differentiate between \f[I]"old"\f[] and \f[I]"new"\f[] +.br +* \f[I]"old"\f[]: Expect the *old* site layout +.br +* \f[I]"new"\f[]: Expect the *new* site layout + + .SS extractor.generic.enabled .IP "Type:" 6 \f[I]bool\f[] @@ -3657,6 +3675,19 @@ Set this option to \f[I]null\f[] or an invalid path to disable this cache. +.SS signals-ignore +.IP "Type:" 6 +\f[I]list\f[] of \f[I]strings\f[] + +.IP "Example:" 4 +["SIGTTOU", "SIGTTIN", "SIGTERM"] + +.IP "Description:" 4 +The list of signal names to ignore, i.e. set +\f[I]SIG_IGN\f[] +as signal handler for. + + .SS pyopenssl .IP "Type:" 6 \f[I]bool\f[] |
