diff options
| author | 2021-06-22 22:30:36 -0400 | |
|---|---|---|
| committer | 2021-06-22 22:30:36 -0400 | |
| commit | 32de2b06db501c7de81678bce8e3e0c3e63d340c (patch) | |
| tree | fd58a26618a73de0faaf3e9c435a806aed7eced3 /data/man/gallery-dl.1 | |
| parent | 8a644b7a06c504263a478d3681eed10b4161b5be (diff) | |
New upstream version 1.18.0.upstream/1.18.0
Diffstat (limited to 'data/man/gallery-dl.1')
| -rw-r--r-- | data/man/gallery-dl.1 | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 719b8b4..25da021 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2021-05-30" "1.17.5" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2021-06-19" "1.18.0" "gallery-dl Manual" .\" disable hyphenation .nh @@ -36,7 +36,7 @@ File to load additional cookies from Use the specified proxy .TP .B "\-\-clear\-cache" \f[I]MODULE\f[] -Delete all cached login sessions, cookies, etc. +Delete cached login sessions, cookies, etc. for MODULE (ALL to delete everything) .TP .B "\-q, \-\-quiet" Activate quiet mode @@ -83,9 +83,6 @@ Maximum download rate (e.g. 500k or 2.5M) .B "\-R, \-\-retries" \f[I]N\f[] Maximum number of retries for failed HTTP requests or -1 for infinite retries (default: 4) .TP -.B "\-A, \-\-abort" \f[I]N\f[] -Abort extractor run after N consecutive file downloads have been skipped, e.g. if files with the same filename already exist -.TP .B "\-\-http\-timeout" \f[I]SECONDS\f[] Timeout for HTTP connections (default: 30.0) .TP @@ -132,7 +129,13 @@ Password belonging to the given username Enable .netrc authentication data .TP .B "\-\-download\-archive" \f[I]FILE\f[] -Record all downloaded files in the archive file and skip downloading any file already in it. +Record all downloaded files in the archive 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 "\-\-range" \f[I]RANGE\f[] Index-range(s) specifying which images to download. For example '5-10' or '1,3-5,10-' @@ -169,6 +172,9 @@ 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' +.TP +.B "\-P, \-\-postprocessor" \f[I]NAME\f[] +Activate the specified post processor .SH EXAMPLES .TP |
