diff options
| author | 2023-07-15 17:08:47 -0400 | |
|---|---|---|
| committer | 2023-07-15 17:08:47 -0400 | |
| commit | e2f67519f8c1750a71aab3dc56b8345fff21bac5 (patch) | |
| tree | 26770e9b79821f2fa10ed3b07a4669f857db8071 /data/man | |
| parent | ef30b1fa552fd4ceebdd14bbcc16f30f430883f8 (diff) | |
New upstream version 1.25.8.upstream/1.25.8
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 36 |
2 files changed, 30 insertions, 8 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 16a4bba..84fd161 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2023-07-02" "1.25.7" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2023-07-15" "1.25.8" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 2cba623..5fa271b 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2023-07-02" "1.25.7" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2023-07-15" "1.25.8" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -460,6 +460,8 @@ and optional for .br * \f[I]exhentai\f[] .br +* \f[I]gfycat\f[] +.br * \f[I]idolcomplex\f[] .br * \f[I]imgbb\f[] @@ -646,7 +648,7 @@ or a \f[I]list\f[] with IP and explicit port number as elements. \f[I]string\f[] .IP "Default:" 9 -\f[I]"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0"\f[] +\f[I]"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.0) Gecko/20100101 Firefox/115.0"\f[] .IP "Description:" 4 User-Agent header value to be used for HTTP requests. @@ -3687,6 +3689,22 @@ If this option is enabled, gallery-dl will try to fetch a quoted (original) Tweet when it sees the Tweet which quotes it. +.SS extractor.twitter.ratelimit +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"wait"\f[] + +.IP "Description:" 4 +Selects how to handle exceeding the API rate limit. + +.br +* \f[I]"abort"\f[]: Raise an error and stop extraction +.br +* \f[I]"wait"\f[]: Wait until rate limit reset + + .SS extractor.twitter.replies .IP "Type:" 6 \f[I]bool\f[] @@ -3727,17 +3745,15 @@ will be taken from the original Tweets, not the Retweets. \f[I]string\f[] .IP "Default:" 9 -\f[I]"auto"\f[] +\f[I]"graphql"\f[] .IP "Description:" 4 Selects the API endpoint used to retrieve search results. .br -* \f[I]"rest"\f[]: Legacy REST endpoint - returns a \f[I]403 Forbidden\f[] error when not logged in +* \f[I]"graphql"\f[]: GraphQL endpoint .br -* \f[I]"graphql"\f[]: New GraphQL endpoint -.br -* \f[I]"auto"\f[]: \f[I]"rest"\f[] when logged in, \f[I]"graphql"\f[] otherwise +* \f[I]"rest"\f[]: Legacy REST endpoint .SS extractor.twitter.timeline.strategy @@ -5822,6 +5838,12 @@ as \f[I]"client-id"\f[] \f[I]user-agent\f[] and replace \f[I]<application name>\f[] and \f[I]<username>\f[] accordingly (see Reddit's \f[I]API access rules\f[]) +.br +* clear your \f[I]cache\f[] to delete any remaining +\f[I]access-token\f[] entries. (\f[I]gallery-dl --clear-cache reddit\f[]) +.br +* get a \f[I]refresh-token\f[] for the +new \f[I]client-id\f[] (\f[I]gallery-dl oauth:reddit\f[]) .SS extractor.smugmug.api-key & .api-secret |
