diff options
Diffstat (limited to 'data/man/gallery-dl.1')
| -rw-r--r-- | data/man/gallery-dl.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index a775e76..a530760 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2019-11-09" "1.11.1" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2019-12-22" "1.12.1" "gallery-dl Manual" .\" disable hyphenation .nh @@ -131,9 +131,6 @@ Like '--filter', but applies to manga-chapters and other delegated URLs .B "\-\-zip" Store downloaded files in a ZIP archive .TP -.B "\-\-exec" \f[I]CMD\f[] -Execute CMD for each downloaded file. Example: --exec 'magick convert {} {}.png && rm {}' -.TP .B "\-\-ugoira\-conv" Convert Pixiv Ugoira to WebM (requires FFmpeg) .TP @@ -148,6 +145,12 @@ Write image tags to separate text files .TP .B "\-\-mtime\-from\-date" Set file modification times according to 'date' metadata +.TP +.B "\-\-exec" \f[I]CMD\f[] +Execute CMD for each downloaded file. 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 {} && convert * ../doc.pdf' .SH EXAMPLES .TP |
