diff options
| author | 2020-01-21 01:08:43 -0500 | |
|---|---|---|
| committer | 2020-01-21 01:08:43 -0500 | |
| commit | 4366125d2580982abb57bc65a26fc1fb8ef2a5df (patch) | |
| tree | 743a26348e360c8b7f5eb89d4f704b015e902e68 /data/man | |
| parent | bc435e826dbe37969d9cbe280f58810d054932cc (diff) | |
New upstream version 1.12.3upstream/1.12.3
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 38 |
2 files changed, 38 insertions, 2 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 7249537..a2cd77d 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2020-01-05" "1.12.2" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2020-01-19" "1.12.3" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 7e7993a..d7bb941 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2020-01-05" "1.12.2" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2020-01-19" "1.12.3" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1207,6 +1207,16 @@ Extract tweet text as \f[I]content\f[] metadata. .IP "Description:" 4 Extract images from retweets. +.SS extractor.twitter.twitpic +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Extract \f[I]TwitPic <https://twitpic.com/>\f[] embeds. + .SS extractor.twitter.videos .IP "Type:" 6 \f[I]bool\f[] or \f[I]string\f[] @@ -1594,6 +1604,32 @@ be stored in them. Files with an extension not listed will be ignored and stored in their default location. +.SS compare.action +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"replace"\f[] + +.IP "Description:" 4 +The action to take when files do not compare as equal. + + +* \f[I]"replace"\f[]: Replace/Overwrite the old version with the new one + +* \f[I]"enumerate"\f[]: Add an enumeration index to the filename of the new +version like \f[I]skip = "enumerate" <extractor.*.skip_>\f[] + +.SS compare.shallow +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Only compare file sizes. Do not read and compare their content. + .SS exec.async .IP "Type:" 6 \f[I]bool\f[] |
