diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 59 |
2 files changed, 55 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index a260907..619e84f 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2021-01-10" "1.16.3" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2021-01-23" "1.16.4" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 609d1de..413a40b 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-01-10" "1.16.3" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2021-01-23" "1.16.4" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -822,10 +822,7 @@ to use your account's browsing settings and filters. \f[I]integer\f[] .IP "Default:" 9 -\f[I]null\f[] - -.IP "Example:" 4 -56027 (\f[I]Everything\f[] filter) +\f[I]56027\f[] (\f[I]Everything\f[] filter) .IP "Description:" 4 The content filter ID to use. @@ -1111,6 +1108,22 @@ Sets the maximum allowed size for downloaded images. \f[I]"l"\f[], ...) to use as an upper limit. +.SS extractor.furaffinity.descriptions +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"text"\f[] + +.IP "Description:" 4 +Controls the format of \f[I]description\f[] metadata fields. + +.br +* \f[I]"text"\f[]: Plain text with HTML tags removed +.br +* \f[I]"html"\f[]: Raw HTML content + + .SS extractor.furaffinity.include .IP "Type:" 6 \f[I]string\f[] or \f[I]list\f[] of \f[I]strings\f[] @@ -1274,6 +1287,17 @@ If the selected format is not available, the first in the list gets chosen (usually mp3). +.SS extractor.newgrounds.flash +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Download original Adobe Flash animations instead of pre-rendered videos. + + .SS extractor.newgrounds.include .IP "Type:" 6 \f[I]string\f[] or \f[I]list\f[] of \f[I]strings\f[] @@ -1400,6 +1424,17 @@ Download from video pins. Download user avatars. +.SS extractor.pixiv.work.related +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Also download related artworks. + + .SS extractor.pixiv.ugoira .IP "Type:" 6 \f[I]bool\f[] @@ -1776,6 +1811,20 @@ Control video download behavior. * \f[I]false\f[]: Skip video Tweets +.SS extractor.unsplash.format +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"raw"\f[] + +.IP "Description:" 4 +Name of the image format to download. + +Available formats are +\f[I]"raw"\f[], \f[I]"full"\f[], \f[I]"regular"\f[], \f[I]"small"\f[], and \f[I]"thumb"\f[]. + + .SS extractor.vsco.videos .IP "Type:" 6 \f[I]bool\f[] |
