aboutsummaryrefslogtreecommitdiffstats
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.16
1 files changed, 3 insertions, 3 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 591daae..06effd6 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2024-09-06" "1.27.4" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2024-09-28" "1.27.5" "gallery-dl Manual"
.\" disable hyphenation
.nh
@@ -92,7 +92,7 @@ Add input URLs which returned an error to FILE
.B "\-\-list\-modules"
Print a list of available extractor modules
.TP
-.B "\-\-list\-extractors"
+.B "\-\-list\-extractors" \f[I]CATEGORIES\f[]
Print a list of extractor classes with description, (sub)category and example URL
.TP
.B "\-\-write\-log" \f[I]FILE\f[]
@@ -255,7 +255,7 @@ Rename previously downloaded files from FORMAT to the current filename format
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'.
+Convert Pixiv Ugoira to FMT using FFmpeg. Supported formats are 'webm', 'mp4', 'gif', 'vp8', 'vp9', 'vp9-lossless', 'copy', 'zip'.
.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 {}"