diff options
| author | 2021-01-11 03:25:41 -0500 | |
|---|---|---|
| committer | 2021-01-11 03:25:41 -0500 | |
| commit | 6335711bbe769b6b9301a88d88790d7a2f8aa82e (patch) | |
| tree | 9122f4da2bcce66fbee1a2f21260a2de53dc4cc7 /data | |
| parent | 87a5aa088ce33a1196ff409b76a9ea8233bdc634 (diff) | |
New upstream version 1.16.3.upstream/1.16.3
Diffstat (limited to 'data')
| -rw-r--r-- | data/completion/_gallery-dl | 1 | ||||
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 35 |
3 files changed, 36 insertions, 2 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl index 5194312..f134f63 100644 --- a/data/completion/_gallery-dl +++ b/data/completion/_gallery-dl @@ -15,6 +15,7 @@ _arguments -C -S \ {-q,--quiet}'[Activate quiet mode]' \ {-v,--verbose}'[Print various debugging information]' \ {-g,--get-urls}'[Print URLs instead of downloading]' \ +-G'[==SUPPRESS==]' \ {-j,--dump-json}'[Print JSON information]' \ {-s,--simulate}'[Simulate data extraction; do not download anything]' \ {-K,--list-keywords}'[Print a list of available keywords and example values for the given URLs]' \ diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index c3df997..a260907 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2020-12-27" "1.16.1" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2021-01-10" "1.16.3" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 40efa15..609d1de 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-12-27" "1.16.1" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2021-01-10" "1.16.3" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -186,6 +186,8 @@ depending on the local operating system * \f[I]"unix"\f[]: \f[I]"/"\f[] .br * \f[I]"windows"\f[]: \f[I]"\\\\\\\\|/<>:\\"?*"\f[] +.br +* \f[I]"ascii"\f[]: \f[I]"^0-9A-Za-z_."\f[] Note: In a string with 2 or more characters, \f[I][]^-\\\f[] need to be escaped with backslashes, e.g. \f[I]"\\\\[\\\\]"\f[] @@ -803,6 +805,37 @@ Controls the download target for Ugoira posts. * \f[I]false\f[]: Converted video files +.SS extractor.derpibooru.api-key +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]null\f[] + +.IP "Description:" 4 +Your \f[I]Derpibooru API Key\f[], +to use your account's browsing settings and filters. + + +.SS extractor.derpibooru.filter +.IP "Type:" 6 +\f[I]integer\f[] + +.IP "Default:" 9 +\f[I]null\f[] + +.IP "Example:" 4 +56027 (\f[I]Everything\f[] filter) + +.IP "Description:" 4 +The content filter ID to use. + +Setting an explicit filter ID overrides any default filters and can be used +to access 18+ content without \f[I]API Key\f[]. + +See \f[I]Filters\f[] for details. + + .SS extractor.deviantart.extra .IP "Type:" 6 \f[I]bool\f[] |
