diff options
| author | 2021-08-13 17:45:31 -0400 | |
|---|---|---|
| committer | 2021-08-13 17:45:31 -0400 | |
| commit | d50ba9cfe80f00e02ca9a4714f75699c00e67128 (patch) | |
| tree | 01fe7b46370d5068b8c692ae5ea95cab4d734bd8 /data/man | |
| parent | 873d9a628e9412a79bdc64cd962470749de3425b (diff) | |
New upstream version 1.18.3.upstream/1.18.3
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 101 |
2 files changed, 94 insertions, 9 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index ee57b4b..363ff0a 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2021-07-23" "1.18.2" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2021-08-13" "1.18.3" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 91101d1..008129f 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2021-07-23" "1.18.2" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2021-08-13" "1.18.3" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -903,6 +903,20 @@ descend into subfolders * \f[I]false\f[]: Get posts from "Latest Updates" pages +.SS extractor.bbc.width +.IP "Type:" 6 +\f[I]int\f[] + +.IP "Default:" 9 +\f[I]1920\f[] + +.IP "Description:" 4 +Specifies the requested image width. + +This value must be divisble by 16 and gets rounded down otherwise. +The maximum possible value appears to be \f[I]1920\f[]. + + .SS extractor.blogger.videos .IP "Type:" 6 \f[I]bool\f[] @@ -914,7 +928,7 @@ descend into subfolders Download embedded videos hosted on https://www.blogger.com/ -.SS extractor.danbooru.ugoira +.SS extractor.danbooru.external .IP "Type:" 6 \f[I]bool\f[] @@ -922,12 +936,8 @@ Download embedded videos hosted on https://www.blogger.com/ \f[I]false\f[] .IP "Description:" 4 -Controls the download target for Ugoira posts. - -.br -* \f[I]true\f[]: Original ZIP archives -.br -* \f[I]false\f[]: Converted video files +For unavailable or restricted posts, +follow the \f[I]source\f[] and download from there if possible. .SS extractor.danbooru.metadata @@ -943,6 +953,22 @@ Extract additional metadata (notes, artist commentary, parent, children) Note: This requires 1 additional HTTP request for each post. +.SS extractor.danbooru.ugoira +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Controls the download target for Ugoira posts. + +.br +* \f[I]true\f[]: Original ZIP archives +.br +* \f[I]false\f[]: Converted video files + + .SS extractor.derpibooru.api-key .IP "Type:" 6 \f[I]string\f[] @@ -1278,6 +1304,17 @@ Controls the format of \f[I]description\f[] metadata fields. * \f[I]"html"\f[]: Raw HTML content +.SS extractor.furaffinity.external +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Follow external URLs linked in descriptions. + + .SS extractor.furaffinity.include .IP "Type:" 6 \f[I]string\f[] or \f[I]list\f[] of \f[I]strings\f[] @@ -1472,6 +1509,20 @@ If the selected format is not available, the first in the list gets chosen (usually mp3). +.SS extractor.luscious.gif +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Format in which to download animated images. + +Use \f[I]true\f[] to download animated images as gifs and \f[I]false\f[] +to download as mp4 videos. + + .SS extractor.mangadex.api-server .IP "Type:" 6 \f[I]string\f[] @@ -1550,6 +1601,23 @@ Also emit metadata for text-only posts without media content. Download original Adobe Flash animations instead of pre-rendered videos. +.SS extractor.newgrounds.format +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"original"\f[] + +.IP "Example:" 4 +"720p" + +.IP "Description:" 4 +Selects the preferred format for video downloads. + +If the selected format is not available, +the next smaller one gets chosen. + + .SS extractor.newgrounds.include .IP "Type:" 6 \f[I]string\f[] or \f[I]list\f[] of \f[I]strings\f[] @@ -1789,6 +1857,20 @@ A value of \f[I]0\f[] means no limit. Also search Plurk comments for URLs. +.SS extractor.reactor.gif +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Format in which to download animated images. + +Use \f[I]true\f[] to download animated images as gifs and \f[I]false\f[] +to download as mp4 videos. + + .SS extractor.readcomiconline.captcha .IP "Type:" 6 \f[I]string\f[] @@ -2094,6 +2176,9 @@ Fetch media from quoted Tweets. .IP "Description:" 4 Fetch media from replies to other Tweets. +If this value is \f[I]"self"\f[], only consider replies where +reply and original Tweet are from the same user. + .SS extractor.twitter.retweets .IP "Type:" 6 |
