diff options
| author | 2022-07-16 00:39:25 -0400 | |
|---|---|---|
| committer | 2022-07-16 00:39:25 -0400 | |
| commit | ae2a0f5622beaa6f402526f8a7b939419283a090 (patch) | |
| tree | df1ee84f90167211ae4817606fe6e7380abb67b1 /data/man | |
| parent | ce35450b5308adab049c5bd99095986d4c607027 (diff) | |
New upstream version 1.22.4.upstream/1.22.4
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 5 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 73 |
2 files changed, 75 insertions, 3 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 2c8757d..751d470 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2022-06-28" "1.22.3" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2022-07-15" "1.22.4" "gallery-dl Manual" .\" disable hyphenation .nh @@ -125,6 +125,9 @@ Do not set file modification times according to Last-Modified HTTP response head .B "\-\-no\-download" Do not download any files .TP +.B "\-\-no\-postprocessors" +Do not run any post processors +.TP .B "\-\-no\-check\-certificate" Disable HTTPS certificate validation .TP diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 1139e2e..39550ad 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-06-28" "1.22.3" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-07-15" "1.22.4" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -2700,6 +2700,27 @@ If this value is \f[I]"original"\f[], metadata for these files will be taken from the original Tweets, not the Retweets. +.SS extractor.twitter.timeline.strategy +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"auto"\f[] + +.IP "Description:" 4 +Controls the strategy / tweet source used for user URLs +(\f[I]https://twitter.com/USER\f[]). + +.br +* \f[I]"tweets"\f[]: \f[I]/tweets\f[] timeline + search +.br +* \f[I]"media"\f[]: \f[I]/media\f[] timeline + search +.br +* \f[I]"with_replies"\f[]: \f[I]/with_replies\f[] timeline + search +.br +* \f[I]"auto"\f[]: \f[I]"tweets"\f[] or \f[I]"media"\f[], depending on \f[I]retweets\f[] and \f[I]text-tweets\f[] settings + + .SS extractor.twitter.text-tweets .IP "Type:" 6 \f[I]bool\f[] @@ -2726,6 +2747,17 @@ and appropriate \f[I]filename\f[]. Extract \f[I]TwitPic\f[] embeds. +.SS extractor.twitter.unique +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Ignore previously seen Tweets. + + .SS extractor.twitter.users .IP "Type:" 6 \f[I]string\f[] @@ -3866,6 +3898,28 @@ Name of the metadata field whose value should be used. This value must either be a UNIX timestamp or a \f[I]datetime\f[] object. +Note: This option gets ignored if \f[I]mtime.value\f[] is set. + + +.SS mtime.value +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]null\f[] + +.IP "Example:" 4 +.br +* "{status[date]}" +.br +* "{content[0:6]:R22/2022/D%Y%m%d/}" + +.IP "Description:" 4 +A \f[I]format string\f[] whose value should be used. + +The resulting value must either be a UNIX timestamp or a +\f[I]datetime\f[] object. + .SS ugoira.extension .IP "Type:" 6 @@ -4012,7 +4066,7 @@ to reduce an odd width/height by 1 pixel and make them even. \f[I]bool\f[] .IP "Default:" 9 -\f[I]false\f[] +\f[I]true\f[] .IP "Description:" 4 Set modification times of generated ugoira aniomations. @@ -4108,6 +4162,21 @@ Set this option to \f[I]null\f[] or an invalid path to disable this cache. +.SS format-separator +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"/"\f[] + +.IP "Description:" 4 +Character(s) used as argument separator in format string +\f[I]format specifiers\f[]. + +For example, setting this option to \f[I]"#"\f[] would allow a replacement +operation to be \f[I]Rold#new#\f[] instead of the default \f[I]Rold/new/\f[] + + .SS signals-ignore .IP "Type:" 6 \f[I]list\f[] of \f[I]strings\f[] |
