diff options
| author | 2022-09-22 19:43:53 -0400 | |
|---|---|---|
| committer | 2022-09-22 19:43:53 -0400 | |
| commit | e6b82556343116256be047ab7099bedd9063f66a (patch) | |
| tree | 884c0435863d130ec967163b82a2638ff1bd9505 /data | |
| parent | a768930761f7f20587ae40a8cacca0e55c85290a (diff) | |
New upstream version 1.23.1.upstream/1.23.1
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 96 |
2 files changed, 92 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index d4efeed..e76a380 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2022-08-28" "1.23.0" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2022-09-18" "1.23.1" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 642cb78..f465d84 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2022-08-28" "1.23.0" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-09-18" "1.23.1" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -2575,13 +2575,30 @@ Search posts for inline images and videos. \f[I]true\f[] .IP "Description:" 4 -Download full-resolution \f[I]photo\f[] images. +Download full-resolution \f[I]photo\f[] and \f[I]inline\f[] images. For each photo with "maximum" resolution -(width equal to 2048 or height equal to 3072), +(width equal to 2048 or height equal to 3072) +or each inline image, use an extra HTTP request to find the URL to its full-resolution version. +.SS extractor.tumblr.ratelimit +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"abort"\f[] + +.IP "Description:" 4 +Selects how to handle exceeding the daily 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.tumblr.reblogs .IP "Type:" 6 \f[I]bool\f[] or \f[I]string\f[] @@ -2664,6 +2681,26 @@ Controls how to handle \f[I]Twitter Cards\f[]. * \f[I]"ytdl"\f[]: Additionally download video content from unsupported cards using \f[I]youtube-dl\f[] +.SS extractor.twitter.cards-blacklist +.IP "Type:" 6 +\f[I]list\f[] of \f[I]strings\f[] + +.IP "Example:" 4 +["summary", "youtube.com", "player:twitch.tv"] + +.IP "Description:" 4 +List of card types to ignore. + +Possible values are + +.br +* card names +.br +* card domains +.br +* \f[I]<card name>:<card domain>\f[] + + .SS extractor.twitter.conversations .IP "Type:" 6 \f[I]bool\f[] @@ -2672,8 +2709,11 @@ Controls how to handle \f[I]Twitter Cards\f[]. \f[I]false\f[] .IP "Description:" 4 -Fetch media from all Tweets and replies in a \f[I]conversation -<https://help.twitter.com/en/using-twitter/twitter-conversations>\f[]. +For input URLs pointing to a single Tweet, +e.g. https://twitter.com/i/web/status/<TweetID>, +fetch media from all Tweets and replies in this \f[I]conversation +<https://help.twitter.com/en/using-twitter/twitter-conversations>\f[] +or thread. .SS extractor.twitter.csrf @@ -2692,6 +2732,25 @@ Controls how to handle Cross Site Request Forgery (CSRF) tokens. * \f[I]"cookies"\f[]: Use token given by the \f[I]ct0\f[] cookie if present. +.SS extractor.twitter.expand +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +For each Tweet, return *all* Tweets from that initial Tweet's +conversation or thread, i.e. *expand* all Twitter threads. + +Going through a timeline with this option enabled is essentially the same +as running \f[I]gallery-dl https://twitter.com/i/web/status/<TweetID>\f[] +with enabled \f[I]conversations\f[] option +for each Tweet in said timeline. + +Note: This requires at least 1 additional API call per initial Tweet. + + .SS extractor.twitter.size .IP "Type:" 6 \f[I]list\f[] of \f[I]strings\f[] @@ -3140,6 +3199,19 @@ Additional options specified as youtube-dl command-line arguments. Location of a youtube-dl configuration file to load options from. +.SS extractor.zerochan.metadata +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Extract additional metadata (date, md5, tags, ...) + +Note: This requires 1-2 additional HTTP request for each post. + + .SS extractor.[booru].tags .IP "Type:" 6 \f[I]bool\f[] @@ -4225,6 +4297,20 @@ to prevent it from only being displayed for a very short amount of time. Filename extension for the created ZIP archive. +.SS zip.files +.IP "Type:" 6 +\f[I]list\f[] of \f[I]Path\f[] + +.IP "Example:" 4 +["info.json"] + +.IP "Description:" 4 +List of extra files to be added to a ZIP archive. + +Note: Relative paths are relative to the current +\f[I]download directory\f[]. + + .SS zip.keep-files .IP "Type:" 6 \f[I]bool\f[] |
