diff options
| author | 2024-02-20 02:31:10 -0500 | |
|---|---|---|
| committer | 2024-02-20 02:31:10 -0500 | |
| commit | 01166fa52707cc282467427cf0e65c1b8983c4be (patch) | |
| tree | 7f61e0de7e76a7a226bb6e05e4e3d181e11f673a /data | |
| parent | 12e23f1195164dcb740d6d4a4287e762c9e5e534 (diff) | |
New upstream version 1.26.8.upstream/1.26.8
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 126 |
2 files changed, 121 insertions, 7 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index b779e1e..078ff4f 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2024-01-21" "1.26.7" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2024-02-17" "1.26.8" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 7fec8ae..4b349dd 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2024-01-21" "1.26.7" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2024-02-17" "1.26.8" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -464,6 +464,8 @@ and optional for .br * \f[I]atfbooru\f[] (*) .br +* \f[I]bluesky\f[] +.br * \f[I]danbooru\f[] (*) .br * \f[I]e621\f[] (*) @@ -1374,6 +1376,78 @@ Supported module types are Download embedded videos hosted on https://www.blogger.com/ +.SS extractor.bluesky.include +.IP "Type:" 6 +.br +* \f[I]string\f[] +.br +* \f[I]list\f[] of \f[I]strings\f[] + +.IP "Default:" 9 +\f[I]"media"\f[] + +.IP "Example:" 4 +.br +* "avatar,background,posts" +.br +* ["avatar", "background", "posts"] + +.IP "Description:" 4 +A (comma-separated) list of subcategories to include +when processing a user profile. + +Possible values are +\f[I]"avatar"\f[], +\f[I]"background"\f[], +\f[I]"posts"\f[], +\f[I]"replies"\f[], +\f[I]"media"\f[], +\f[I]"likes"\f[], + +It is possible to use \f[I]"all"\f[] instead of listing all values separately. + + +.SS extractor.bluesky.metadata +.IP "Type:" 6 +.br +* \f[I]bool\f[] +.br +* \f[I]string\f[] +.br +* \f[I]list\f[] of \f[I]strings\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Example:" 4 +.br +* "facets,user" +.br +* ["facets", "user"] + +.IP "Description:" 4 +Extract additional metadata. + +.br +* \f[I]facets\f[]: \f[I]hashtags\f[], \f[I]mentions\f[], and \f[I]uris\f[] +.br +* \f[I]user\f[]: detailed \f[I]user\f[] metadata for the user referenced in the input URL +(See \f[I]app.bsky.actor.getProfile\f[]). + + +.SS extractor.bluesky.post.depth +.IP "Type:" 6 +\f[I]integer\f[] + +.IP "Default:" 9 +\f[I]0\f[] + +.IP "Description:" 4 +Sets the maximum depth of returned reply posts. + +(See depth parameter of \f[I]app.bsky.feed.getPostThread\f[]) + + .SS extractor.cyberdrop.domain .IP "Type:" 6 \f[I]string\f[] @@ -1761,16 +1835,19 @@ when a \f[I]refresh token\f[] is provided. .SS extractor.deviantart.quality .IP "Type:" 6 -\f[I]integer\f[] +.br +* \f[I]integer\f[] +.br +* \f[I]string\f[] .IP "Default:" 9 \f[I]100\f[] .IP "Description:" 4 -JPEG quality level of newer images for which +JPEG quality level of images for which an original file download is not available. -Note: Only has an effect when \f[I]deviantart.jwt\f[] is disabled. +Set this to \f[I]"png"\f[] to download a PNG version of these images instead. .SS extractor.deviantart.refresh-token @@ -1833,7 +1910,7 @@ Leave \f[I]SIZE\f[] empty to download the regular, small avatar format. .IP "Example:" 4 .br -* notes,pools +* "notes,pools" .br * ["notes", "pools"] @@ -2575,7 +2652,10 @@ Extract \f[I]username\f[] metadata. .SS extractor.kemonoparty.revisions .IP "Type:" 6 -\f[I]bool\f[] +.br +* \f[I]bool\f[] +.br +* \f[I]string\f[] .IP "Default:" 9 \f[I]false\f[] @@ -2583,6 +2663,8 @@ Extract \f[I]username\f[] metadata. .IP "Description:" 4 Extract post revisions. +Set this to \f[I]"unique"\f[] to filter out duplicate revisions. + Note: This requires 1 additional HTTP request per post. @@ -3473,6 +3555,22 @@ If the format is given as \f[I]string\f[], it will be extended with restrict it to only one possible format. +.SS extractor.sankaku.id-format +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"numeric"\f[] + +.IP "Description:" 4 +Format of \f[I]id\f[] metadata fields. + +.br +* \f[I]"alphanumeric"\f[] or \f[I]"alnum"\f[]: 11-character alphanumeric IDs (\f[I]y0abGlDOr2o\f[]) +.br +* \f[I]"numeric"\f[] or \f[I]"legacy"\f[]: numeric IDs (\f[I]360451\f[]) + + .SS extractor.sankaku.refresh .IP "Type:" 6 \f[I]bool\f[] @@ -4476,6 +4574,22 @@ Fetch extra submission metadata during gallery downloads. Note: This requires 1 additional HTTP request per submission. +.SS extractor.weibo.gifs +.IP "Type:" 6 +.br +* \f[I]bool\f[] +.br +* \f[I]string\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Download \f[I]gif\f[] files. + +Set this to \f[I]"video"\f[] to download GIFs as video files. + + .SS extractor.weibo.include .IP "Type:" 6 .br |
