diff options
| author | 2021-11-10 01:26:06 -0500 | |
|---|---|---|
| committer | 2021-11-10 01:26:06 -0500 | |
| commit | fc8c5e642017e2b4e5299e2093e72b316479690d (patch) | |
| tree | 41119c71e8d86755f4c945d8c2ccf5a7000f546e /data | |
| parent | 4a965d875415907cc1a016b428ae305a964f9228 (diff) | |
New upstream version 1.19.2.upstream/1.19.2
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 32 |
2 files changed, 28 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index b893a3e..ba0aa8d 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2021-10-24" "1.19.1" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2021-11-05" "1.19.2" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index cdedaee..dc097d2 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-10-24" "1.19.1" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2021-11-05" "1.19.2" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1518,6 +1518,17 @@ You can use \f[I]"all"\f[] instead of listing all values separately. Download video files. +.SS extractor.kemonoparty.comments +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Extract \f[I]comments\f[] metadata. + + .SS extractor.kemonoparty.max-posts .IP "Type:" 6 \f[I]integer\f[] @@ -2107,17 +2118,17 @@ video extraction and download * \f[I]string\f[] .IP "Default:" 9 -\f[I]["mp4", "webm", "mobile", "gif"]\f[] +\f[I]["hd", "sd", "gif"]\f[] .IP "Description:" 4 List of names of the preferred animation format, which can be -\f[I]"mp4"\f[], \f[I]"webm"\f[], \f[I]"gif"\f[], \f[I]"webp"\f[], \f[I]"mobile"\f[], or \f[I]"mini"\f[]. +\f[I]"hd"\f[], \f[I]"sd"\f[], "gif", "vthumbnail"`, "thumbnail"\f[I], or \f[]"poster"\f[I]. If a selected format is not available, the next one in the list will be tried until an available format is found. -If the format is given as \f[I]string\f[], it will be extended with -\f[I]["mp4", "webm", "mobile", "gif"]\f[]. Use a list with one element to +If the format is given as \f[]string\f[I], it will be extended with +\f[]["hd", "sd", "gif"]``. Use a list with one element to restrict it to only one possible format. @@ -2285,6 +2296,17 @@ Known available sizes are Logout and retry as guest when access to another user's Tweets is blocked. +.SS extractor.twitter.pinned +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Fetch media from pinned Tweets. + + .SS extractor.twitter.quoted .IP "Type:" 6 \f[I]bool\f[] |
