diff options
| author | 2023-03-13 02:07:49 -0400 | |
|---|---|---|
| committer | 2023-03-13 02:07:49 -0400 | |
| commit | 10987f08f8b6c510ba64f4b42d95ba67eec6e5b0 (patch) | |
| tree | 1af82cad9ac859a70cafc976a980280b939cfcc7 /data/man/gallery-dl.1 | |
| parent | 919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (diff) | |
New upstream version 1.25.0.upstream/1.25.0
Diffstat (limited to 'data/man/gallery-dl.1')
| -rw-r--r-- | data/man/gallery-dl.1 | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 024ddb3..27d3a09 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2023-01-28" "1.24.5" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2023-03-11" "1.25.0" "gallery-dl Manual" .\" disable hyphenation .nh @@ -26,14 +26,17 @@ Print program version and exit .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, \-\-destination" \f[I]PATH\f[] Target location for file downloads .TP .B "\-D, \-\-directory" \f[I]PATH\f[] Exact location for file downloads .TP -.B "\-f, \-\-filename" \f[I]FORMAT\f[] -Filename format string for downloaded files ('/O' for "original" filenames) +.B "\-X, \-\-extractors" \f[I]PATH\f[] +Load external extractors from PATH .TP .B "\-\-proxy" \f[I]URL\f[] Use the specified proxy @@ -137,13 +140,22 @@ Do not run any post processors .B "\-\-no\-check\-certificate" Disable HTTPS certificate validation .TP +.B "\-o, \-\-option" \f[I]KEY=VALUE\f[] +Additional options. Example: -o browser=firefox +.TP .B "\-c, \-\-config" \f[I]FILE\f[] Additional configuration files .TP -.B "\-o, \-\-option" \f[I]OPT\f[] -Additional '<key>=<value>' option values +.B "\-\-config\-yaml" \f[I]FILE\f[] +Additional configuration files in YAML format +.TP +.B "\-\-config\-toml" \f[I]FILE\f[] +Additional configuration files in TOML format +.TP +.B "\-\-config\-create" +Create a basic configuration file .TP -.B "\-\-ignore\-config" +.B "\-\-config\-ignore" Do not read default configuration files .TP .B "\-u, \-\-username" \f[I]USER\f[] |
