summaryrefslogtreecommitdiffstats
path: root/data/man/gallery-dl.1
diff options
context:
space:
mode:
Diffstat (limited to 'data/man/gallery-dl.1')
-rw-r--r--data/man/gallery-dl.177
1 files changed, 46 insertions, 31 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index e964a67..37529bf 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2024-06-01" "1.27.0" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2024-06-22" "1.27.1" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -23,9 +23,6 @@ Print this help message and exit
.B "\-\-version"
Print program version and exit
.TP
-.B "\-U, \-\-update\-check"
-Check if a newer version is available
-.TP
.B "\-f, \-\-filename" \f[I]FORMAT\f[]
Filename format string for downloaded files ('/O' for "original" filenames)
.TP
@@ -38,18 +35,21 @@ Exact location for file downloads
.B "\-X, \-\-extractors" \f[I]PATH\f[]
Load external extractors from PATH
.TP
-.B "\-\-proxy" \f[I]URL\f[]
-Use the specified proxy
-.TP
-.B "\-\-source\-address" \f[I]IP\f[]
-Client-side IP address to bind to
-.TP
.B "\-\-user\-agent" \f[I]UA\f[]
User-Agent request header
.TP
.B "\-\-clear\-cache" \f[I]MODULE\f[]
Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything)
.TP
+.B "\-U, \-\-update"
+Update to the latest version
+.TP
+.B "\-\-update\-to" \f[I]CHANNEL[@TAG]\f[]
+Switch to a dfferent release channel (stable or dev) or upgrade/downgrade to a specific version
+.TP
+.B "\-\-update\-check"
+Check if a newer version is available
+.TP
.B "\-i, \-\-input\-file" \f[I]FILE\f[]
Download URLs found in FILE ('-' for stdin). More than one --input-file can be specified
.TP
@@ -59,6 +59,9 @@ Download URLs found in FILE. Comment them out after they were downloaded success
.B "\-x, \-\-input\-file\-delete" \f[I]FILE\f[]
Download URLs found in FILE. Delete them after they were downloaded successfully.
.TP
+.B "\-\-no\-input"
+Do not prompt for passwords/tokens
+.TP
.B "\-q, \-\-quiet"
Activate quiet mode
.TP
@@ -107,15 +110,27 @@ Write downloaded intermediary pages to files in the current directory to debug p
.B "\-\-no\-colors"
Do not emit ANSI color codes in output
.TP
-.B "\-r, \-\-limit\-rate" \f[I]RATE\f[]
-Maximum download rate (e.g. 500k or 2.5M)
-.TP
.B "\-R, \-\-retries" \f[I]N\f[]
Maximum number of retries for failed HTTP requests or -1 for infinite retries (default: 4)
.TP
.B "\-\-http\-timeout" \f[I]SECONDS\f[]
Timeout for HTTP connections (default: 30.0)
.TP
+.B "\-\-proxy" \f[I]URL\f[]
+Use the specified proxy
+.TP
+.B "\-\-source\-address" \f[I]IP\f[]
+Client-side IP address to bind to
+.TP
+.B "\-\-no\-check\-certificate"
+Disable HTTPS certificate validation
+.TP
+.B "\-r, \-\-limit\-rate" \f[I]RATE\f[]
+Maximum download rate (e.g. 500k or 2.5M)
+.TP
+.B "\-\-chunk\-size" \f[I]SIZE\f[]
+Size of in-memory data chunks (default: 32k)
+.TP
.B "\-\-sleep" \f[I]SECONDS\f[]
Number of seconds to wait before each download. This can be either a constant value or a range (e.g. 2.7 or 2.0-3.5)
.TP
@@ -125,15 +140,6 @@ Number of seconds to wait between HTTP requests during data extraction
.B "\-\-sleep\-extractor" \f[I]SECONDS\f[]
Number of seconds to wait before starting data extraction for an input URL
.TP
-.B "\-\-filesize\-min" \f[I]SIZE\f[]
-Do not download files smaller than SIZE (e.g. 500k or 2.5M)
-.TP
-.B "\-\-filesize\-max" \f[I]SIZE\f[]
-Do not download files larger than SIZE (e.g. 500k or 2.5M)
-.TP
-.B "\-\-chunk\-size" \f[I]SIZE\f[]
-Size of in-memory data chunks (default: 32k)
-.TP
.B "\-\-no\-part"
Do not use .part files
.TP
@@ -146,12 +152,6 @@ 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
.B "\-o, \-\-option" \f[I]KEY=VALUE\f[]
Additional options. Example: -o browser=firefox
.TP
@@ -167,6 +167,12 @@ Additional configuration files in TOML format
.B "\-\-config\-create"
Create a basic configuration file
.TP
+.B "\-\-config\-status"
+Show configuration file status
+.TP
+.B "\-\-config\-open"
+Open configuration file in external application
+.TP
.B "\-\-config\-ignore"
Do not read default configuration files
.TP
@@ -188,15 +194,21 @@ Export session cookies to FILE
.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
.B "\-A, \-\-abort" \f[I]N\f[]
Stop current extractor run after N consecutive file downloads were skipped
.TP
.B "\-T, \-\-terminate" \f[I]N\f[]
Stop current and parent extractor runs after N consecutive file downloads were skipped
.TP
+.B "\-\-filesize\-min" \f[I]SIZE\f[]
+Do not download files smaller than SIZE (e.g. 500k or 2.5M)
+.TP
+.B "\-\-filesize\-max" \f[I]SIZE\f[]
+Do not download files larger than SIZE (e.g. 500k or 2.5M)
+.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
.B "\-\-range" \f[I]RANGE\f[]
Index range(s) specifying which files to download. These can be either a constant value, range, or slice (e.g. '5', '8-20', or '1:24:3')
.TP
@@ -212,6 +224,9 @@ Like '--filter', but applies to manga chapters and other delegated URLs
.B "\-P, \-\-postprocessor" \f[I]NAME\f[]
Activate the specified post processor
.TP
+.B "\-\-no\-postprocessors"
+Do not run any post processors
+.TP
.B "\-O, \-\-postprocessor\-option" \f[I]KEY=VALUE\f[]
Additional post processor options
.TP