diff options
| author | 2024-12-22 05:45:18 -0500 | |
|---|---|---|
| committer | 2024-12-22 05:45:18 -0500 | |
| commit | bb8260277ab7483652c6c1526a15d62da92acc96 (patch) | |
| tree | 02959c9d5aceb66f4429e0be1bc927921e01bbdc /data | |
| parent | f6877087773089220d68288d055276fca6c556d4 (diff) | |
New upstream version 1.28.2.upstream/1.28.2
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 32 |
2 files changed, 31 insertions, 3 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 96c01a0..3d84f58 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2024-12-07" "1.28.1" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2024-12-20" "1.28.2" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index e2c1e14..c27f632 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-12-07" "1.28.1" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2024-12-20" "1.28.2" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1697,7 +1697,12 @@ Download embedded videos hosted on https://www.blogger.com/ * \f[I]list\f[] of \f[I]strings\f[] .IP "Default:" 9 -\f[I]"media"\f[] +.br +* \f[I]"posts"\f[] if +\f[I]reposts\f[] or +\f[I]quoted\f[] is enabled +.br +* \f[I]"media"\f[] otherwise .IP "Example:" 4 .br @@ -1710,6 +1715,7 @@ A (comma-separated) list of subcategories to include when processing a user profile. Possible values are +\f[I]"info"\f[], \f[I]"avatar"\f[], \f[I]"background"\f[], \f[I]"posts"\f[], @@ -2057,6 +2063,28 @@ to download images in JPEG format at their original resolution. Extract \f[I]ask\f[] posts. +.SS extractor.cohost.avatar +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Download \f[I]avatar\f[] images. + + +.SS extractor.cohost.background +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Download \f[I]background\f[]/\f[I]banner\f[]/\f[I]header\f[] images. + + .SS extractor.cohost.pinned .IP "Type:" 6 \f[I]bool\f[] |
