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.122
1 files changed, 11 insertions, 11 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 97af9f9..591daae 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2024-08-10" "1.27.3" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2024-09-06" "1.27.4" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -41,13 +41,7 @@ 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 "\-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"
+.B "\-U, \-\-update\-check"
Check if a newer version is available
.TP
.B "\-i, \-\-input\-file" \f[I]FILE\f[]
@@ -198,7 +192,7 @@ File to load additional cookies from
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)
+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 (default), 'all' for all containers)
.TP
.B "\-A, \-\-abort" \f[I]N\f[]
Stop current extractor run after N consecutive file downloads were skipped
@@ -254,8 +248,14 @@ Store downloaded files in a CBZ archive
.B "\-\-mtime" \f[I]NAME\f[]
Set file modification times according to metadata selected by NAME. Examples: 'date' or 'status[date]'
.TP
-.B "\-\-ugoira" \f[I]FORMAT\f[]
-Convert Pixiv Ugoira to FORMAT using FFmpeg. Supported formats are 'webm', 'mp4', 'gif', 'vp8', 'vp9', 'vp9-lossless', 'copy'.
+.B "\-\-rename" \f[I]FORMAT\f[]
+Rename previously downloaded files from FORMAT to the current filename format
+.TP
+.B "\-\-rename\-to" \f[I]FORMAT\f[]
+Rename previously downloaded files from the current filename format to FORMAT
+.TP
+.B "\-\-ugoira" \f[I]FMT\f[]
+Convert Pixiv Ugoira to FMT using FFmpeg. Supported formats are 'webm', 'mp4', 'gif', 'vp8', 'vp9', 'vp9-lossless', 'copy'.
.TP
.B "\-\-exec" \f[I]CMD\f[]
Execute CMD for each downloaded file. Supported replacement fields are {} or {_path}, {_directory}, {_filename}. Example: --exec "convert {} {}.png && rm {}"