diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 78 |
2 files changed, 76 insertions, 4 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 761c413..8c34ff3 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2025-03-08" "1.29.1" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2025-03-15" "1.29.2" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index c0b64df..aaf94b3 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2025-03-08" "1.29.1" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2025-03-15" "1.29.2" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -455,6 +455,7 @@ response before \f[I]retrying\f[] the request. .br * \f[I]"0.5-1.5"\f[] \f[I]ao3\f[], +\f[I]arcalive\f[], \f[I]civitai\f[], \f[I][Danbooru]\f[], \f[I][E621]\f[], @@ -1637,6 +1638,29 @@ Special values: Format(s) to download. +.SS extractor.arcalive.emoticons +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Download emoticon images. + + +.SS extractor.arcalive.gifs +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Check if \f[I].mp4\f[] videos have a \f[I].gif\f[] version +and download those instead. + + .SS extractor.artstation.external .IP "Type:" 6 \f[I]bool\f[] @@ -1710,6 +1734,33 @@ descend into subfolders * \f[I]false\f[]: Get posts from "Latest Updates" pages +.SS extractor.batoto.domain +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"auto"\f[] + +.IP "Example:" 4 +"mangatoto.org" + +.IP "Description:" 4 +Specifies the domain used by \f[I]batoto\f[] extractors. + +\f[I]"auto"\f[] | \f[I]"url"\f[] +Use the input URL's domain +\f[I]"nolegacy"\f[] +Use the input URL's domain +.br +- replace legacy domains with \f[I]"xbato.org"\f[] +\f[I]"nowarn"\f[] +Use the input URL's domain +.br +- do not warn about legacy domains +any \f[I]string\f[] +Use this domain + + .SS extractor.bbc.width .IP "Type:" 6 \f[I]integer\f[] @@ -5165,13 +5216,23 @@ Possible formats include .SS extractor.tiktok.audio .IP "Type:" 6 -\f[I]bool\f[] +.br +* \f[I]bool\f[] +.br +* \f[I]string\f[] .IP "Default:" 9 \f[I]true\f[] .IP "Description:" 4 -Download audio tracks using \f[I]ytdl\f[]. +Controls audio download behavior. + +.br +* \f[I]true\f[]: Download audio tracks +.br +* \f[I]"ytdl"\f[]: Download audio tracks using \f[I]ytdl\f[] +.br +* \f[I]false\f[]: Ignore audio tracks .SS extractor.tiktok.videos @@ -6208,6 +6269,17 @@ Number of results to return in a single API query. The value must be between 10 and 500. +.SS extractor.wikimedia.subcategories +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +For \f[I]Category:\f[] pages, recursively descent into subcategories. + + .SS extractor.ytdl.cmdline-args .IP "Type:" 6 .br |
