diff options
| author | 2022-04-29 01:58:56 -0400 | |
|---|---|---|
| committer | 2022-04-29 01:58:56 -0400 | |
| commit | c6b88a96bd191711fc540d7babab3d2e09c68da8 (patch) | |
| tree | 288f3641ea19865740191b452da8832021772b8c /data/man | |
| parent | 2fe1dfed848fc26b7419e3bfe91a62e686960429 (diff) | |
New upstream version 1.21.2.upstream/1.21.2
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 50 |
2 files changed, 46 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 6e3a965..18f4d64 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2022-04-08" "1.21.1" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2022-04-27" "1.21.2" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 950300e..aa998ee 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-04-08" "1.21.1" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-04-27" "1.21.2" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1239,6 +1239,22 @@ files if they are images and falls back to preview versions for everything else (archives, etc.). +.SS extractor.deviantart.pagination +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"api"\f[] + +.IP "Description:" 4 +Controls when to stop paginating over API results. + +.br +* \f[I]"api"\f[]: Trust the API and stop when \f[I]has_more\f[] is \f[I]false\f[]. +.br +* \f[I]"manual"\f[]: Disregard \f[I]has_more\f[] and only stop when a batch of results is empty. + + .SS extractor.deviantart.refresh-token .IP "Type:" 6 \f[I]string\f[] @@ -2021,6 +2037,17 @@ Download from video pins. Download user avatars. +.SS extractor.pixiv.user.background +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Download user background banners. + + .SS extractor.pixiv.user.metadata .IP "Type:" 6 \f[I]bool\f[] @@ -2131,6 +2158,20 @@ Controls how to handle redirects to CAPTCHA pages. * \f[I]"wait\f[]: Ask the user to solve the CAPTCHA and wait. +.SS extractor.readcomiconline.quality +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"auto"\f[] + +.IP "Description:" 4 +Sets the \f[I]quality\f[] query parameter of issue pages. (\f[I]"lq"\f[] or \f[I]"hq"\f[]) + +\f[I]"auto"\f[] uses the quality parameter of the input URL +or \f[I]"hq"\f[] if not present. + + .SS extractor.reddit.comments .IP "Type:" 6 \f[I]integer\f[] @@ -3674,14 +3715,13 @@ Additional FFmpeg command-line arguments. FFmpeg demuxer to read and process input files with. Possible values are .br -* "\f[I]concat\f[]" (inaccurate frame timecodes) +* "\f[I]concat\f[]" (inaccurate frame timecodes for non-uniform frame delays) .br -* "\f[I]image2\f[]" (accurate timecodes, not usable on Windows) +* "\f[I]image2\f[]" (accurate timecodes, requires nanosecond file timestamps, i.e. no Windows or macOS) .br * "mkvmerge" (accurate timecodes, only WebM or MKV, requires \f[I]mkvmerge\f[]) -"auto" will select mkvmerge if possible and fall back to image2 or -concat depending on the local operating system. +"auto" will select mkvmerge if available and fall back to concat otherwise. .SS ugoira.ffmpeg-location |
