diff options
| author | 2023-01-12 03:41:59 -0500 | |
|---|---|---|
| committer | 2023-01-12 03:41:59 -0500 | |
| commit | f1051085013c0d702ef974b9b27ea43b3fc73259 (patch) | |
| tree | aaeb581d7b2ba0652b5e74b714b9036dd4436d4d /data/man | |
| parent | fe385c3ff784ba3d19454a35446502c0ec295893 (diff) | |
New upstream version 1.24.4.upstream/1.24.4
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 16 |
2 files changed, 16 insertions, 2 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index e88dd4f..00723f3 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2023-01-10" "1.24.3" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2023-01-11" "1.24.4" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index ff0067b..e5742b7 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2023-01-10" "1.24.3" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2023-01-11" "1.24.4" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -3992,6 +3992,20 @@ Codes \f[I]500\f[] - \f[I]599\f[] (server error responses) will always be retri regardless of this option. +.SS downloader.http.validate +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Check for invalid responses. + +Fail a download when a file does not pass +instead of downloading a potentially broken file. + + .SS downloader.ytdl.format .IP "Type:" 6 \f[I]string\f[] |
