summaryrefslogtreecommitdiffstats
path: root/data/man/gallery-dl.1
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-11-27 17:57:01 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-11-27 17:57:01 -0500
commit2a817af4fe41289fa705bdc5ee61372333f43996 (patch)
tree544d884724e98184afc1d982f0e9fa59137ef498 /data/man/gallery-dl.1
parent7997fa94c82f9a6db63421c0af433f325a8aa607 (diff)
New upstream version 1.26.3.upstream/1.26.3
Diffstat (limited to 'data/man/gallery-dl.1')
-rw-r--r--data/man/gallery-dl.149
1 files changed, 26 insertions, 23 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 5a9ec79..2789154 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2023-11-04" "1.26.2" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2023-11-27" "1.26.3" "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 "\-i, \-\-input\-file" \f[I]FILE\f[]
-Download URLs found in FILE ('-' for stdin). More than one --input-file can be specified
-.TP
.B "\-f, \-\-filename" \f[I]FORMAT\f[]
Filename format string for downloaded files ('/O' for "original" filenames)
.TP
@@ -50,6 +47,15 @@ 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 "\-i, \-\-input\-file" \f[I]FILE\f[]
+Download URLs found in FILE ('-' for stdin). More than one --input-file can be specified
+.TP
+.B "\-I, \-\-input\-file\-comment" \f[I]FILE\f[]
+Download URLs found in FILE. Comment them out after they were downloaded successfully.
+.TP
+.B "\-x, \-\-input\-file\-delete" \f[I]FILE\f[]
+Download URLs found in FILE. Delete them after they were downloaded successfully.
+.TP
.B "\-q, \-\-quiet"
Activate quiet mode
.TP
@@ -191,17 +197,11 @@ Python expression controlling which files to download. Files for which the expre
.B "\-\-chapter\-filter" \f[I]EXPR\f[]
Like '--filter', but applies to manga chapters and other delegated URLs
.TP
-.B "\-\-zip"
-Store downloaded files in a ZIP archive
-.TP
-.B "\-\-ugoira\-conv"
-Convert Pixiv Ugoira to WebM (requires FFmpeg)
-.TP
-.B "\-\-ugoira\-conv\-lossless"
-Convert Pixiv Ugoira to WebM in VP9 lossless mode
+.B "\-P, \-\-postprocessor" \f[I]NAME\f[]
+Activate the specified post processor
.TP
-.B "\-\-ugoira\-conv\-copy"
-Convert Pixiv Ugoira to MKV without re-encoding any frames
+.B "\-O, \-\-postprocessor\-option" \f[I]KEY=VALUE\f[]
+Additional post processor options
.TP
.B "\-\-write\-metadata"
Write metadata to separate JSON files
@@ -212,20 +212,23 @@ Write gallery metadata to a info.json file
.B "\-\-write\-tags"
Write image tags to separate text files
.TP
-.B "\-\-mtime\-from\-date"
-Set file modification times according to 'date' metadata
+.B "\-\-zip"
+Store downloaded files in a ZIP archive
+.TP
+.B "\-\-cbz"
+Store downloaded files in a CBZ archive
+.TP
+.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'.
.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 {}"
.TP
.B "\-\-exec\-after" \f[I]CMD\f[]
-Execute CMD after all files were downloaded successfully. Example: --exec-after "cd {_directory} && convert * ../doc.pdf"
-.TP
-.B "\-P, \-\-postprocessor" \f[I]NAME\f[]
-Activate the specified post processor
-.TP
-.B "\-O, \-\-postprocessor\-option" \f[I]OPT\f[]
-Additional '<key>=<value>' post processor options
+Execute CMD after all files were downloaded. Example: --exec-after "cd {_directory} && convert * ../doc.pdf"
.SH EXAMPLES
.TP