diff options
| author | 2022-12-24 17:14:46 -0500 | |
|---|---|---|
| committer | 2022-12-24 17:14:46 -0500 | |
| commit | ebdfcd3cd3f76534a590ba08933ff7ea54813316 (patch) | |
| tree | 35db6003766dff695cf8a5aa24f47629b602b7c0 /data/man/gallery-dl.conf.5 | |
| parent | 3338dfce719c999467ffe08fd45663be8190057a (diff) | |
New upstream version 1.24.2.upstream/1.24.2
Diffstat (limited to 'data/man/gallery-dl.conf.5')
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 6565e96..36b2c84 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-12-04" "1.24.1" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-12-18" "1.24.2" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -519,7 +519,7 @@ Source to read additional cookies from. This can be } .br -* A \f[I]list\f[] with up to 3 entries specifying a browser profile. +* A \f[I]list\f[] with up to 4 entries specifying a browser profile. .br * The first entry is the browser name @@ -527,10 +527,13 @@ Source to read additional cookies from. This can be * The optional second entry is a profile name or an absolute path to a profile directory .br * The optional third entry is the keyring to retrieve passwords for decrypting cookies from +.br +* The optional fourth entry is a (Firefox) container name (\f[I]"none"\f[] for only cookies with no container) .. code:: json ["firefox"] +["firefox", null, null, "Personal"] ["chromium", "Private", "kwallet"] @@ -1121,7 +1124,7 @@ Download embedded videos hosted on https://www.blogger.com/ \f[I]string\f[] .IP "Default:" 9 -\f[I]"auto"\f[] +\f[I]null\f[] .IP "Example:" 4 "cyberdrop.to" @@ -1158,6 +1161,24 @@ Extract additional metadata (notes, artist commentary, parent, children) Note: This requires 1 additional HTTP request for each post. +.SS extractor.danbooru.threshold +.IP "Type:" 6 +\f[I]string\f[] or \f[I]int\f[] + +.IP "Default:" 9 +\f[I]"auto"\f[] + +.IP "Description:" 4 +Stop paginating over API results if the length of a batch of returned +posts is less than the specified number. Defaults to the per-page limit +of the current instance, which is 320 for \f[I]e621\f[] and 200 for +everything else. + +Note: Changing this setting is normally not necessary. When the value is +greater than the per-page limit, gallery-dl will stop after the first +batch. The value cannot be less than 1. + + .SS extractor.danbooru.ugoira .IP "Type:" 6 \f[I]bool\f[] @@ -1961,7 +1982,7 @@ the first in the list gets chosen (usually mp3). \f[I]string\f[] .IP "Default:" 9 -\f[I]"auto"\f[] +\f[I]null\f[] .IP "Description:" 4 Specifies the domain used by a \f[I]lolisafe\f[] extractor |
