diff options
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 76 |
2 files changed, 72 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 29568cf..96c01a0 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2024-11-30" "1.28.0" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2024-12-07" "1.28.1" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index c441095..e2c1e14 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2024-11-30" "1.28.0" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2024-12-07" "1.28.1" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -747,7 +747,7 @@ Note: If a proxy URL does not include a scheme, \f[I]bool\f[] .IP "Default:" 9 -\f[I]false\f[] +\f[I]true\f[] .IP "Description:" 4 Collect proxy configuration information from environment variables @@ -4040,10 +4040,54 @@ Note: This requires 1 additional HTTP request per post. \f[I]["images", "image_large", "attachments", "postfile", "content"]\f[] .IP "Description:" 4 -Determines the type and order of files to be downloaded. +Determines types and order of files to download. -Available types are -\f[I]postfile\f[], \f[I]images\f[], \f[I]image_large\f[], \f[I]attachments\f[], and \f[I]content\f[]. +Available types: + +.br +* \f[I]postfile\f[] +.br +* \f[I]images\f[] +.br +* \f[I]image_large\f[] +.br +* \f[I]attachments\f[] +.br +* \f[I]content\f[] + + +.SS extractor.patreon.format-images +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"download_url"\f[] + +.IP "Description:" 4 +Selects the format of \f[I]images\f[] \f[I]files\f[]. + +Possible formats: + +.br +* \f[I]original\f[] +.br +* \f[I]default\f[] +.br +* \f[I]default_small\f[] +.br +* \f[I]default_blurred\f[] +.br +* \f[I]default_blurred_small\f[] +.br +* \f[I]thumbnail\f[] +.br +* \f[I]thumbnail_large\f[] +.br +* \f[I]thumbnail_small\f[] +.br +* \f[I]url\f[] +.br +* \f[I]download_url\f[] .SS extractor.pillowfort.external @@ -6040,6 +6084,28 @@ Available options can be found in \f[I]youtube-dl's docstrings\f[] +.SS extractor.zerochan.extensions +.IP "Type:" 6 +.br +* \f[I]string\f[] +.br +* \f[I]list\f[] of \f[I]strings\f[] + +.IP "Default:" 9 +\f[I]["jpg", "png", "webp", "gif"]\f[] + +.IP "Example:" 4 +.br +* "gif" +.br +* ["webp", "gif", "jpg"} + +.IP "Description:" 4 +List of filename extensions to try when dynamically building download URLs +(\f[I]"pagination": "api"\f[] + +\f[I]"metadata": false\f[]) + + .SS extractor.zerochan.metadata .IP "Type:" 6 \f[I]bool\f[] |
