summaryrefslogtreecommitdiffstats
path: root/data/man
diff options
context:
space:
mode:
Diffstat (limited to 'data/man')
-rw-r--r--data/man/gallery-dl.117
-rw-r--r--data/man/gallery-dl.conf.534
2 files changed, 26 insertions, 25 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index b5ad7f2..f018c63 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2023-04-30" "1.25.3" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2023-05-07" "1.25.4" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -50,12 +50,6 @@ User-Agent request header
.B "\-\-clear\-cache" \f[I]MODULE\f[]
Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything)
.TP
-.B "\-\-cookies" \f[I]FILE\f[]
-File to load additional cookies from
-.TP
-.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
.TP
@@ -167,6 +161,15 @@ Password belonging to the given username
.B "\-\-netrc"
Enable .netrc authentication data
.TP
+.B "\-C, \-\-cookies" \f[I]FILE\f[]
+File to load additional cookies from
+.TP
+.B "\-\-cookies\-export" \f[I]FILE\f[]
+Export session cookies to FILE
+.TP
+.B "\-\-cookies\-from\-browser" \f[I]BROWSER[/DOMAIN][+KEYRING][:PROFILE][::CONTAINER]\f[]
+Name of the browser to load cookies from, with optional domain prefixed with '/', keyring name prefixed with '+', profile prefixed with ':', and container prefixed with '::' ('none' for no container)
+.TP
.B "\-\-download\-archive" \f[I]FILE\f[]
Record all downloaded or skipped files in FILE and skip downloading any file already in it
.TP
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index 3bd9f17..8008451 100644
--- a/data/man/gallery-dl.conf.5
+++ b/data/man/gallery-dl.conf.5
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL.CONF" "5" "2023-04-30" "1.25.3" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2023-05-07" "1.25.4" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -548,25 +548,35 @@ Source to read additional cookies from. This can be
* 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)
+.br
+* The optional fifth entry is the domain to extract cookies for. Prefix it with a dot \f[I].\f[] to include cookies for subdomains. Has no effect when also specifying a container.
.. code:: json
["firefox"]
["firefox", null, null, "Personal"]
-["chromium", "Private", "kwallet"]
+["chromium", "Private", "kwallet", null, ".twitter.com"]
.SS extractor.*.cookies-update
.IP "Type:" 6
-\f[I]bool\f[]
+.br
+* \f[I]bool\f[]
+.br
+* \f[I]Path\f[]
.IP "Default:" 9
\f[I]true\f[]
.IP "Description:" 4
-If \f[I]extractor.*.cookies\f[] specifies the \f[I]Path\f[] of a cookies.txt
-file and it can be opened and parsed without errors,
-update its contents with cookies received during data extraction.
+Export session cookies in cookies.txt format.
+
+.br
+* If this is a \f[I]Path\f[], write cookies to the given file path.
+
+.br
+* If this is \f[I]true\f[] and \f[I]extractor.*.cookies\f[] specifies the \f[I]Path\f[]
+of a valid cookies.txt file, update its contents.
.SS extractor.*.proxy
@@ -2409,18 +2419,6 @@ Fetch media from renoted notes.
Fetch media from replies to other notes.
-.SS extractor.nana.favkey
-.IP "Type:" 6
-\f[I]string\f[]
-
-.IP "Default:" 9
-\f[I]null\f[]
-
-.IP "Description:" 4
-Your \f[I]Nana Favorite Key\f[],
-used to access your favorite archives.
-
-
.SS extractor.newgrounds.flash
.IP "Type:" 6
\f[I]bool\f[]