From 243d1f1beb4e4eb75a524f1aff948c47761a4f1d Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 10 Mar 2025 03:44:57 -0400 Subject: New upstream version 1.29.1. --- data/man/gallery-dl.1 | 2 +- data/man/gallery-dl.conf.5 | 95 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 94 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index b17a8f4..761c413 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2025-03-01" "1.29.0" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2025-03-08" "1.29.1" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 847efaa..c0b64df 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-01" "1.29.0" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2025-03-08" "1.29.1" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1942,6 +1942,17 @@ Possibly available formats are * \f[I]tiny\f[] (144p) +.SS extractor.bunkr.endpoint +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"/api/_001"\f[] + +.IP "Description:" 4 +API endpoint for retrieving file URLs. + + .SS extractor.bunkr.tlds .IP "Type:" 6 \f[I]bool\f[] @@ -2157,6 +2168,26 @@ For unavailable or restricted posts, follow the \f[I]source\f[] and download from there if possible. +.SS extractor.[Danbooru].pool.order-posts +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"pool"\f[] + +.IP "Description:" 4 +Controls the order in which pool posts are returned. + +\f[I]"pool"\f[] \f[I] \f[I]"pool_asc"\f[] \f[] \f[I]"asc"\f[] \f[I] \f[I]"asc_pool"\f[] +Pool order +\f[I]"pool_desc"\f[] \f[] \f[I]"desc_pool"\f[] \f[I] \f[I]"desc"\f[] +Reverse Pool order +\f[I]"id"\f[] \f[] \f[I]"id_desc"\f[] \f[I] \f[I]"desc_id"\f[] +Descending Post ID order +\f[I]"id_asc"\f[] \f[] \f[I]"asc_id"\f[] +Ascending Post ID order + + .SS extractor.[Danbooru].ugoira .IP "Type:" 6 \f[I]bool\f[] @@ -4654,6 +4685,20 @@ but requests to the reddit API are going to be rate limited at 600 requests every 10 minutes/600 seconds. +.SS extractor.reddit.selftext +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +.br +* \f[I]true\f[] if \f[I]comments\f[] are enabled +.br +* \f[I]false\f[] otherwise + +.IP "Description:" 4 +Follow links in the original post's \f[I]selftext\f[]. + + .SS extractor.reddit.videos .IP "Type:" 6 .br @@ -5072,6 +5117,52 @@ To generate a token, visit \f[I]/user/USERNAME/list-tokens\f[] and click \f[I]Create Token\f[]. +.SS extractor.tenor.format +.IP "Type:" 6 +.br +* \f[I]string\f[] +.br +* \f[I]list\f[] of \f[I]strings\f[] + +.IP "Default:" 9 +\f[I]["gif", "mp4", "webm", "webp"]\f[] + +.IP "Description:" 4 +List of names of the preferred animation format. + +If a selected format is not available, the next one in the list will be +tried until a format is found. + +Possible formats include + +.br +* \f[I]"gif"\f[] +.br +* \f[I]"gif_transparent"\f[] +.br +* \f[I]"gifpreview"\f[] +.br +* \f[I]"mediumgif"\f[] +.br +* \f[I]"tinygif"\f[] +.br +* \f[I]"tinygif_transparent"\f[] +.br +* \f[I]"mp4"\f[] +.br +* \f[I]"tinymp4"\f[] +.br +* \f[I]"webm"\f[] +.br +* \f[I]"webp"\f[] +.br +* \f[I]"webp_transparent"\f[] +.br +* \f[I]"tinywebp"\f[] +.br +* \f[I]"tinywebp_transparent"\f[] + + .SS extractor.tiktok.audio .IP "Type:" 6 \f[I]bool\f[] @@ -5124,7 +5215,7 @@ See \f[I]extractor.ytdl.module\f[]. \f[I]string\f[] .IP "Default:" 9 -\f[I]null\f[] +\f[I]""\f[] .IP "Example:" 4 "1-20" -- cgit v1.2.3