diff options
Diffstat (limited to 'data/man/gallery-dl.1')
| -rw-r--r-- | data/man/gallery-dl.1 | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index e7741ef..a7f51a7 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2021-11-27" "1.19.3" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2021-12-29" "1.20.0" "gallery-dl Manual" .\" disable hyphenation .nh @@ -23,12 +23,15 @@ Print this help message and exit .B "\-\-version" Print program version and exit .TP -.B "\-d, \-\-dest" \f[I]DEST\f[] -Destination directory -.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 +.B "\-d, \-\-directory" \f[I]PATH\f[] +Target location for file downloads +.TP .B "\-\-cookies" \f[I]FILE\f[] File to load additional cookies from .TP @@ -87,7 +90,13 @@ Maximum number of retries for failed HTTP requests or -1 for infinite retries (d Timeout for HTTP connections (default: 30.0) .TP .B "\-\-sleep" \f[I]SECONDS\f[] -Number of seconds to sleep before each download +Number of seconds to wait before each download. This can be either a constant value or a range (e.g. 2.7 or 2.0-3.5) +.TP +.B "\-\-sleep\-request" \f[I]SECONDS\f[] +Number of seconds to wait between HTTP requests during data extraction +.TP +.B "\-\-sleep\-extractor" \f[I]SECONDS\f[] +Number of seconds to wait before starting data extraction for an input URL .TP .B "\-\-filesize\-min" \f[I]SIZE\f[] Do not download files smaller than SIZE (e.g. 500k or 2.5M) @@ -161,7 +170,7 @@ Convert Pixiv Ugoira to WebM in VP9 lossless mode .B "\-\-write\-metadata" Write metadata to separate JSON files .TP -.B "\-\-write\-infojson" +.B "\-\-write\-info\-json" Write gallery metadata to a info.json file .TP .B "\-\-write\-tags" |
