summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-12-24 17:14:46 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2022-12-24 17:14:46 -0500
commitebdfcd3cd3f76534a590ba08933ff7ea54813316 (patch)
tree35db6003766dff695cf8a5aa24f47629b602b7c0 /data
parent3338dfce719c999467ffe08fd45663be8190057a (diff)
New upstream version 1.24.2.upstream/1.24.2
Diffstat (limited to 'data')
-rw-r--r--data/completion/_gallery-dl2
-rw-r--r--data/completion/gallery-dl.fish2
-rw-r--r--data/man/gallery-dl.16
-rw-r--r--data/man/gallery-dl.conf.529
4 files changed, 30 insertions, 9 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl
index eb5c0f4..13ee2ea 100644
--- a/data/completion/_gallery-dl
+++ b/data/completion/_gallery-dl
@@ -16,7 +16,7 @@ _arguments -C -S \
--user-agent'[User-Agent request header]':'<ua>' \
--clear-cache'[Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything)]':'<module>' \
--cookies'[File to load additional cookies from]':'<file>':_files \
---cookies-from-browser'[Name of the browser to load cookies from, with optional keyring name prefixed with "+" and profile prefixed with ":"]':'<browser[+keyring][:profile]>' \
+--cookies-from-browser'[Name of the browser to load cookies from, with optional keyring name prefixed with "+", profile prefixed with ":", and container prefixed with "::" ("none" for no container)]':'<browser[+keyring][:profile][::container]>' \
{-q,--quiet}'[Activate quiet mode]' \
{-v,--verbose}'[Print various debugging information]' \
{-g,--get-urls}'[Print URLs instead of downloading]' \
diff --git a/data/completion/gallery-dl.fish b/data/completion/gallery-dl.fish
index 87e625a..50ad132 100644
--- a/data/completion/gallery-dl.fish
+++ b/data/completion/gallery-dl.fish
@@ -10,7 +10,7 @@ complete -c gallery-dl -x -l 'source-address' -d 'Client-side IP address to bind
complete -c gallery-dl -x -l 'user-agent' -d 'User-Agent request header'
complete -c gallery-dl -x -l 'clear-cache' -d 'Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything)'
complete -c gallery-dl -r -F -l 'cookies' -d 'File to load additional cookies from'
-complete -c gallery-dl -x -l 'cookies-from-browser' -d 'Name of the browser to load cookies from, with optional keyring name prefixed with "+" and profile prefixed with ":"'
+complete -c gallery-dl -x -l 'cookies-from-browser' -d 'Name of the browser to load cookies from, with optional keyring name prefixed with "+", profile prefixed with ":", and container prefixed with "::" ("none" for no container)'
complete -c gallery-dl -s 'q' -l 'quiet' -d 'Activate quiet mode'
complete -c gallery-dl -s 'v' -l 'verbose' -d 'Print various debugging information'
complete -c gallery-dl -s 'g' -l 'get-urls' -d 'Print URLs instead of downloading'
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index aac3757..d85b1c9 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2022-12-04" "1.24.1" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2022-12-18" "1.24.2" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -50,8 +50,8 @@ Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything
.B "\-\-cookies" \f[I]FILE\f[]
File to load additional cookies from
.TP
-.B "\-\-cookies\-from\-browser" \f[I]BROWSER[+KEYRING][:PROFILE]\f[]
-Name of the browser to load cookies from, with optional keyring name prefixed with '+' and profile prefixed with ':'
+.B "\-\-cookies\-from\-browser" \f[I]BROWSER[+KEYRING][:PROFILE][::CONTAINER]\f[]
+Name of the browser to load cookies from, with optional keyring name prefixed with '+', profile prefixed with ':', and container prefixed with '::' ('none' for no container)
.TP
.B "\-q, \-\-quiet"
Activate quiet mode
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