diff options
| author | 2023-07-03 00:57:03 -0400 | |
|---|---|---|
| committer | 2023-07-03 00:57:03 -0400 | |
| commit | ef30b1fa552fd4ceebdd14bbcc16f30f430883f8 (patch) | |
| tree | cf680fbc0801f3090b28c190b7dd4a9d0fe1f454 /data/man | |
| parent | 9fb906aeb3816abb42f459d1b67e35024e6f2348 (diff) | |
New upstream version 1.25.7.upstream/1.25.7
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 87 |
2 files changed, 83 insertions, 6 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index c86db6a..16a4bba 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2023-06-17" "1.25.6" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2023-07-02" "1.25.7" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index e4df909..2cba623 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-06-17" "1.25.6" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2023-07-02" "1.25.7" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1806,6 +1806,47 @@ The \f[I]access_token\f[] and \f[I]access_token_secret\f[] values you get from \f[I]linking your Flickr account to gallery-dl\f[]. +.SS extractor.flickr.exif +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Fetch exif and camera metadata for each photo. + +Note: This requires 1 additional API call per photo. + + +.SS extractor.flickr.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 +* license,last_update,machine_tags +.br +* ["license", "last_update", "machine_tags"] + +.IP "Description:" 4 +Extract additional metadata +(license, date_taken, original_format, last_update, geo, machine_tags, o_dims) + +It is possible to specify a custom list of metadata includes. +See \f[I]the extras parameter\f[] +in \f[I]Flickr API docs\f[] +for possible field names. + + .SS extractor.flickr.videos .IP "Type:" 6 \f[I]bool\f[] @@ -2422,6 +2463,31 @@ to filter chapters by. List of acceptable content ratings for returned chapters. +.SS extractor.mangapark.source +.IP "Type:" 6 +.br +* \f[I]string\f[] +.br +* \f[I]integer\f[] + +.IP "Example:" 4 +.br +* "koala:en" +.br +* 15150116 + +.IP "Description:" 4 +Select chapter source and language for a manga. + +The general syntax is \f[I]"<source name>:<ISO 639-1 language code>"\f[]. +.br +Both are optional, meaning \f[I]"koala"\f[], \f[I]"koala:"\f[], \f[I]":en"\f[], +.br +or even just \f[I]":"\f[] are possible as well. + +Specifying the numeric \f[I]ID\f[] of a source is also supported. + + .SS extractor.[mastodon].access-token .IP "Type:" 6 \f[I]string\f[] @@ -2803,7 +2869,12 @@ A (comma-separated) list of subcategories to include when processing a user profile. Possible values are -\f[I]"artworks"\f[], \f[I]"avatar"\f[], \f[I]"background"\f[], \f[I]"favorite"\f[]. +\f[I]"artworks"\f[], +\f[I]"avatar"\f[], +\f[I]"background"\f[], +\f[I]"favorite"\f[], +\f[I]"novel-user"\f[], +\f[I]"novel-bookmark"\f[]. It is possible to use \f[I]"all"\f[] instead of listing all values separately. @@ -3467,7 +3538,10 @@ Possible values are .SS extractor.twitter.conversations .IP "Type:" 6 -\f[I]bool\f[] +.br +* \f[I]bool\f[] +.br +* \f[I]string\f[] .IP "Default:" 9 \f[I]false\f[] @@ -3476,8 +3550,11 @@ Possible values are 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. +<https://help.twitter.com/en/using-twitter/twitter-conversations>\f[]. + +If this option is equal to \f[I]"accessible"\f[], +only download from conversation Tweets +if the given initial Tweet is accessible. .SS extractor.twitter.csrf |
