diff options
| author | 2022-11-01 21:32:54 -0400 | |
|---|---|---|
| committer | 2022-11-01 21:32:54 -0400 | |
| commit | e59d46ecda74190381b1d2725b0bd9df5c0be8d8 (patch) | |
| tree | cff6d69d4f68ef011a496ff2311173ebef70bf3f /data | |
| parent | 78e2d1672e4301497f786cd03637de9ddbc717ac (diff) | |
New upstream version 1.23.5.upstream/1.23.5
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 36 |
2 files changed, 33 insertions, 5 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index cca3dee..0b27854 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2022-10-15" "1.23.3" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2022-10-30" "1.23.5" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 1c484b6..8944195 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2022-10-15" "1.23.3" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-10-30" "1.23.5" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1746,8 +1746,13 @@ A (comma-separated) list of subcategories to include when processing a user profile. Possible values are -\f[I]"posts"\f[], \f[I]"reels"\f[], \f[I]"channel"\f[], \f[I]"tagged"\f[], -\f[I]"stories"\f[], \f[I]"highlights"\f[]. +\f[I]"posts"\f[], +\f[I]"reels"\f[], +\f[I]"channel"\f[] +\f[I]"tagged"\f[], +\f[I]"stories"\f[], +\f[I]"highlights"\f[], +\f[I]"avatar"\f[]. You can use \f[I]"all"\f[] instead of listing all values separately. @@ -2250,7 +2255,7 @@ Possible values are It is possible to use \f[I]"all"\f[] instead of listing all values separately. -.SS extractor.pixiv.artworks.metadata +.SS extractor.pixiv.metadata .IP "Type:" 6 \f[I]bool\f[] @@ -2727,6 +2732,29 @@ Possible types are \f[I]text\f[], \f[I]quote\f[], \f[I]link\f[], \f[I]answer\f[] You can use \f[I]"all"\f[] instead of listing all types separately. +.SS extractor.tumblr.fallback-delay +.IP "Type:" 6 +\f[I]float\f[] + +.IP "Default:" 9 +\f[I]120.0\f[] + +.IP "Description:" 4 +Number of seconds to wait between retries +for fetching full-resolution images. + + +.SS extractor.tumblr.fallback-retries +.IP "Type:" 6 +\f[I]integer\f[] + +.IP "Default:" 9 +\f[I]2\f[] + +.IP "Description:" 4 +Number of retries for fetching full-resolution images. + + .SS extractor.twibooru.api-key .IP "Type:" 6 \f[I]string\f[] |
