diff options
| author | 2022-10-03 04:08:41 -0400 | |
|---|---|---|
| committer | 2022-10-03 04:08:41 -0400 | |
| commit | b2d8a54ecf4157570d00a8b974a779766822bf4b (patch) | |
| tree | d7b6db11c9b6add2c1a714fcfc95ab62b11e126c /data | |
| parent | e6b82556343116256be047ab7099bedd9063f66a (diff) | |
New upstream version 1.23.2upstream/1.23.2
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 47 |
2 files changed, 46 insertions, 3 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index e76a380..c7051c2 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2022-09-18" "1.23.1" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2022-10-01" "1.23.2" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index f465d84..14db723 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-09-18" "1.23.1" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-10-01" "1.23.2" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1689,6 +1689,24 @@ Value of the \f[I]orderby\f[] parameter for submission searches. for details) +.SS extractor.instagram.api +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"auto"\f[] + +.IP "Description:" 4 +Selects which API endpoints to use. + +.br +* \f[I]"rest"\f[]: REST API - higher-resolution media, only usable when logged in +.br +* \f[I]"graphql"\f[]: GraphQL API - lower-resolution media, partially accessible when not logged in +.br +* \f[I]"auto"\f[]: Use REST API when logged in, GraphQL API otherwise + + .SS extractor.instagram.include .IP "Type:" 6 \f[I]string\f[] or \f[I]list\f[] of \f[I]strings\f[] @@ -1999,7 +2017,7 @@ A (comma-separated) list of subcategories to include when processing a user profile. Possible values are -\f[I]"art"\f[], \f[I]"audio"\f[], \f[I]"movies"\f[]. +\f[I]"art"\f[], \f[I]"audio"\f[], \f[I]"games"\f[], \f[I]"movies"\f[]. You can use \f[I]"all"\f[] instead of listing all values separately. @@ -2456,6 +2474,17 @@ If the format is given as \f[]string\f[I], it will be extended with restrict it to only one possible format. +.SS extractor.sankaku.refresh +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Refresh download URLs before they expire. + + .SS extractor.sankakucomplex.embeds .IP "Type:" 6 \f[I]bool\f[] @@ -2511,6 +2540,20 @@ Download sent requests. Download thumbnails. +.SS extractor.skeb.search.filters +.IP "Type:" 6 +\f[I]list\f[] or \f[I]string\f[] + +.IP "Default:" 9 +\f[I]["genre:art", "genre:voice", "genre:novel", "genre:video", "genre:music", "genre:correction"]\f[] + +.IP "Example:" 4 +"genre:music OR genre:voice" + +.IP "Description:" 4 +Filters used during searches. + + .SS extractor.smugmug.videos .IP "Type:" 6 \f[I]bool\f[] |
