diff options
| author | 2023-12-25 01:27:47 -0500 | |
|---|---|---|
| committer | 2023-12-25 01:27:47 -0500 | |
| commit | 4d7a4f1ecef2c96269f3590335d2834ebcdd50bf (patch) | |
| tree | c66c0b829ed69c7424befddc193eaa51054b1410 /data/man | |
| parent | 30dee4697019389ef29458b2e3931adc976389b2 (diff) | |
New upstream version 1.26.5.upstream/1.26.5
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 66 |
2 files changed, 30 insertions, 38 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 277b227..caa0d4a 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2023-12-10" "1.26.4" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2023-12-23" "1.26.5" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 95e9627..b641f29 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2023-12-10" "1.26.4" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2023-12-23" "1.26.5" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1592,6 +1592,18 @@ Possible values are It is possible to use \f[I]"all"\f[] instead of listing all values separately. +.SS extractor.deviantart.intermediary +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +For older non-downloadable images, +download a higher-quality \f[I]/intermediary/\f[] version. + + .SS extractor.deviantart.journals .IP "Type:" 6 \f[I]string\f[] @@ -1814,8 +1826,8 @@ depending on the input URL \f[I]2\f[] .IP "Description:" 4 -Number of times a failed image gets retried. -Use \f[I]-1\f[] for infinite retries +Number of times a failed image gets retried +or \f[I]-1\f[] for infinite retries. .SS extractor.exhentai.fav @@ -3158,6 +3170,17 @@ A value of \f[I]0\f[] means no limit. Also search Plurk comments for URLs. +.SS extractor.[postmill].save-link-post-body +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Whether or not to save the body for link/image posts. + + .SS extractor.reactor.gif .IP "Type:" 6 \f[I]bool\f[] @@ -3626,7 +3649,8 @@ for fetching full-resolution images. \f[I]2\f[] .IP "Description:" 4 -Number of retries for fetching full-resolution images. +Number of retries for fetching full-resolution images +or \f[I]-1\f[] for infinite retries. .SS extractor.twibooru.api-key @@ -3763,8 +3787,6 @@ with enabled \f[I]conversations\f[] option for each Tweet in said timeline. Note: This requires at least 1 additional API call per initial Tweet. -Age-restricted replies cannot be expanded when using the -\f[I]syndication\f[] API. .SS extractor.twitter.include @@ -3844,36 +3866,6 @@ Known available sizes are \f[I]4096x4096\f[], \f[I]orig\f[], \f[I]large\f[], \f[I]medium\f[], and \f[I]small\f[]. -.SS extractor.twitter.syndication -.IP "Type:" 6 -.br -* \f[I]bool\f[] -.br -* \f[I]string\f[] - -.IP "Default:" 9 -\f[I]false\f[] - -.IP "Description:" 4 -Controls how to retrieve age-restricted content when not logged in. - -.br -* \f[I]false\f[]: Skip age-restricted Tweets. -.br -* \f[I]true\f[]: Download using Twitter's syndication API. -.br -* \f[I]"extended"\f[]: Try to fetch Tweet metadata using the normal API -in addition to the syndication API. This requires additional HTTP -requests in some cases (e.g. when \f[I]retweets\f[] -are enabled). - -Note: This does not apply to search results (including -\f[I]timeline strategies\f[]). -To retrieve such content from search results, you must log in and -disable "Hide sensitive content" in your \f[I]search settings -<https://twitter.com/settings/search>\f[]. - - .SS extractor.twitter.logout .IP "Type:" 6 \f[I]bool\f[] @@ -3979,7 +3971,7 @@ Controls the strategy / tweet source used for timeline URLs .br * \f[I]"with_replies"\f[]: \f[I]/with_replies\f[] timeline + search .br -* \f[I]"auto"\f[]: \f[I]"tweets"\f[] or \f[I]"media"\f[], depending on \f[I]retweets\f[] and \f[I]text-tweets\f[] settings +* \f[I]"auto"\f[]: \f[I]"tweets"\f[] or \f[I]"media"\f[], depending on \f[I]retweets\f[], \f[I]replies\f[], and \f[I]text-tweets\f[] settings .SS extractor.twitter.text-tweets |
