diff options
Diffstat (limited to 'data/man/gallery-dl.1')
| -rw-r--r-- | data/man/gallery-dl.1 | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 77403b1..4979279 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2025-05-23" "1.29.7" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2025-07-27" "1.30.2" "gallery-dl Manual" .\" disable hyphenation .nh @@ -41,6 +41,9 @@ 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 "\-\-compat" +Restore legacy 'category' names +.TP .B "\-U, \-\-update\-check" Check if a newer version is available .TP @@ -90,10 +93,16 @@ Print a list of available keywords and example values for the given URLs Add input URLs which returned an error to FILE .TP .B "\-N, \-\-print" \f[I][EVENT:]FORMAT\f[] -Write FORMAT during EVENT (default 'prepare') to standard output. Examples: 'id' or 'post:{md5[:8]}' +Write FORMAT during EVENT (default 'prepare') to standard output instead of downloading files. Can be used multiple times. Examples: 'id' or 'post:{md5[:8]}' +.TP +.B "\-\-Print" \f[I][EVENT:]FORMAT\f[] +Like --print, but downloads files as well .TP .B "\-\-print\-to\-file" \f[I][EVENT:]FORMAT FILE\f[] -Append FORMAT during EVENT to FILE +Append FORMAT during EVENT to FILE instead of downloading files. Can be used multiple times +.TP +.B "\-\-Print\-to\-file" \f[I][EVENT:]FORMAT FILE\f[] +Like --print-to-file, but downloads files as well .TP .B "\-\-list\-modules" Print a list of available extractor modules @@ -138,7 +147,7 @@ Make all connections via IPv6 Disable HTTPS certificate validation .TP .B "\-r, \-\-limit\-rate" \f[I]RATE\f[] -Maximum download rate (e.g. 500k or 2.5M) +Maximum download rate (e.g. 500k, 2.5M, or 800k-2M) .TP .B "\-\-chunk\-size" \f[I]SIZE\f[] Size of in-memory data chunks (default: 32k) @@ -149,6 +158,9 @@ Number of seconds to wait before each download. This can be either a constant va .B "\-\-sleep\-request" \f[I]SECONDS\f[] Number of seconds to wait between HTTP requests during data extraction .TP +.B "\-\-sleep\-429" \f[I]SECONDS\f[] +Number of seconds to wait when receiving a '429 Too Many Requests' response +.TP .B "\-\-sleep\-extractor" \f[I]SECONDS\f[] Number of seconds to wait before starting data extraction for an input URL .TP @@ -219,7 +231,7 @@ Do not download files smaller than SIZE (e.g. 500k or 2.5M) Do not download files larger than SIZE (e.g. 500k or 2.5M) .TP .B "\-\-download\-archive" \f[I]FILE\f[] -Record all downloaded or skipped files in FILE and skip downloading any file already in it +Record successfully downloaded files in FILE and skip downloading any file already in it .TP .B "\-\-range" \f[I]RANGE\f[] Index range(s) specifying which files to download. These can be either a constant value, range, or slice (e.g. '5', '8-20', or '1:24:3') |
