diff options
| author | 2025-04-15 05:25:37 -0400 | |
|---|---|---|
| committer | 2025-04-15 05:25:37 -0400 | |
| commit | b830dc03b3b7c9dd119648e1be9c1145d56e096c (patch) | |
| tree | e9d03b6b4ab93990243c0038c20ada2464fa4072 /data | |
| parent | 662e5ac868a5c1a3e7bc95b37054b3a0ca4db74f (diff) | |
New upstream version 1.29.4.upstream/1.29.4
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 56 |
2 files changed, 56 insertions, 2 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 5b0e7e7..7eb34af 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2025-03-29" "1.29.3" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2025-04-13" "1.29.4" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index d032f25..dc11605 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2025-03-29" "1.29.3" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2025-04-13" "1.29.4" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -472,6 +472,7 @@ response before \f[I]retrying\f[] the request. \f[I]soundgasm\f[], \f[I]urlgalleries\f[], \f[I]vk\f[], +\f[I]webtoons\f[], \f[I]weebcentral\f[], \f[I]xfolio\f[], \f[I]zerochan\f[] @@ -815,6 +816,8 @@ or a \f[I]list\f[] with IP and explicit port number as elements. .br * \f[I]"Patreon/72.2.28 (Android; Android 14; Scale/2.10)"\f[]: \f[I]patreon\f[] .br +* \f[I]"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"\f[]: \f[I]instagram\f[] +.br * \f[I]"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:LATEST) Gecko/20100101 Firefox/LATEST"\f[]: otherwise .IP "Description:" 4 @@ -6212,6 +6215,45 @@ Fetch extra submission metadata during gallery downloads. Note: This requires 1 additional HTTP request per submission. +.SS extractor.webtoons.quality +.IP "Type:" 6 +.br +* \f[I]integer\f[] +.br +* \f[I]string\f[] +.br +* \f[I]object\f[] (ext -> type) + + +.IP "Default:" 9 +\f[I]"original"\f[] + +.IP "Example:" 4 +.br +* 90 +.br +* "q50" +.br +* {"jpg": "q80", "jpeg": "q80", "png": false} + +.IP "Description:" 4 +Controls the quality of downloaded files by modifying URLs' \f[I]type\f[] parameter. + +\f[I]"original"\f[] +Download minimally compressed versions of JPG files +any \f[I]integer\f[] +Use \f[I]"q<VALUE>"\f[] as \f[I]type\f[] parameter for JPEG files +any \f[I]string\f[] +Use this value as \f[I]type\f[] parameter for JPEG files +any \f[I]object\f[] +Use the given values as \f[I]type\f[] parameter for URLs with the specified extensions +.br +- Set a value to \f[I]false\f[] to completely remove these extension's \f[I]type\f[] parameter +.br +- Omit an extension to leave its URLs unchanged +.br + + .SS extractor.weibo.gifs .IP "Type:" 6 .br @@ -7731,6 +7773,18 @@ files with, which will replace the original filename extensions. Note: \f[I]metadata.extension\f[] is ignored if this option is set. +.SS metadata.metadata-path +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Example:" 4 +"_meta_path" + +.IP "Description:" 4 +Insert the path of generated files +into metadata dictionaries as the given name. + + .SS metadata.event .IP "Type:" 6 .br |
