aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-07-16 00:39:25 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-07-16 00:39:25 -0400
commitae2a0f5622beaa6f402526f8a7b939419283a090 (patch)
treedf1ee84f90167211ae4817606fe6e7380abb67b1 /data
parentce35450b5308adab049c5bd99095986d4c607027 (diff)
New upstream version 1.22.4.upstream/1.22.4
Diffstat (limited to 'data')
-rw-r--r--data/completion/_gallery-dl1
-rw-r--r--data/completion/gallery-dl2
-rw-r--r--data/completion/gallery-dl.fish1
-rw-r--r--data/man/gallery-dl.15
-rw-r--r--data/man/gallery-dl.conf.573
5 files changed, 78 insertions, 4 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl
index 7b8d3aa..5e46dc5 100644
--- a/data/completion/_gallery-dl
+++ b/data/completion/_gallery-dl
@@ -41,6 +41,7 @@ _arguments -C -S \
--no-skip'[Do not skip downloads; overwrite existing files]' \
--no-mtime'[Do not set file modification times according to Last-Modified HTTP response headers]' \
--no-download'[Do not download any files]' \
+--no-postprocessors'[Do not run any post processors]' \
--no-check-certificate'[Disable HTTPS certificate validation]' \
{-c,--config}'[Additional configuration files]':'<file>':_files \
--config-yaml'[==SUPPRESS==]':'<file>':_files \
diff --git a/data/completion/gallery-dl b/data/completion/gallery-dl
index 7424e41..40280d5 100644
--- a/data/completion/gallery-dl
+++ b/data/completion/gallery-dl
@@ -10,7 +10,7 @@ _gallery_dl()
elif [[ "${prev}" =~ ^()$ ]]; then
COMPREPLY=( $(compgen -d -- "${cur}") )
else
- COMPREPLY=( $(compgen -W "--help --version --input-file --destination --directory --filename --proxy --source-address --clear-cache --cookies --cookies-from-browser --quiet --verbose --get-urls --resolve-urls --dump-json --simulate --extractor-info --list-keywords --list-modules --list-extractors --write-log --write-unsupported --write-pages --limit-rate --retries --http-timeout --sleep --sleep-request --sleep-extractor --filesize-min --filesize-max --no-part --no-skip --no-mtime --no-download --no-check-certificate --config --config-yaml --option --ignore-config --username --password --netrc --download-archive --abort --terminate --range --chapter-range --filter --chapter-filter --zip --ugoira-conv --ugoira-conv-lossless --ugoira-conv-copy --write-metadata --write-info-json --write-infojson --write-tags --mtime-from-date --exec --exec-after --postprocessor" -- "${cur}") )
+ COMPREPLY=( $(compgen -W "--help --version --input-file --destination --directory --filename --proxy --source-address --clear-cache --cookies --cookies-from-browser --quiet --verbose --get-urls --resolve-urls --dump-json --simulate --extractor-info --list-keywords --list-modules --list-extractors --write-log --write-unsupported --write-pages --limit-rate --retries --http-timeout --sleep --sleep-request --sleep-extractor --filesize-min --filesize-max --no-part --no-skip --no-mtime --no-download --no-postprocessors --no-check-certificate --config --config-yaml --option --ignore-config --username --password --netrc --download-archive --abort --terminate --range --chapter-range --filter --chapter-filter --zip --ugoira-conv --ugoira-conv-lossless --ugoira-conv-copy --write-metadata --write-info-json --write-infojson --write-tags --mtime-from-date --exec --exec-after --postprocessor" -- "${cur}") )
fi
}
diff --git a/data/completion/gallery-dl.fish b/data/completion/gallery-dl.fish
index 02769ee..587ff12 100644
--- a/data/completion/gallery-dl.fish
+++ b/data/completion/gallery-dl.fish
@@ -35,6 +35,7 @@ complete -c gallery-dl -l 'no-part' -d 'Do not use .part files'
complete -c gallery-dl -l 'no-skip' -d 'Do not skip downloads; overwrite existing files'
complete -c gallery-dl -l 'no-mtime' -d 'Do not set file modification times according to Last-Modified HTTP response headers'
complete -c gallery-dl -l 'no-download' -d 'Do not download any files'
+complete -c gallery-dl -l 'no-postprocessors' -d 'Do not run any post processors'
complete -c gallery-dl -l 'no-check-certificate' -d 'Disable HTTPS certificate validation'
complete -c gallery-dl -r -F -s 'c' -l 'config' -d 'Additional configuration files'
complete -c gallery-dl -r -F -l 'config-yaml' -d '==SUPPRESS=='
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[]