diff options
| author | 2024-01-08 03:22:24 -0500 | |
|---|---|---|
| committer | 2024-01-08 03:22:24 -0500 | |
| commit | e949aaf6f6ac93896947d5b736e48e7911926efb (patch) | |
| tree | b73090d78cd83dee0f85b385a25dcf623ac12f2d /data/man/gallery-dl.conf.5 | |
| parent | 4d7a4f1ecef2c96269f3590335d2834ebcdd50bf (diff) | |
New upstream version 1.26.6.upstream/1.26.6
Diffstat (limited to 'data/man/gallery-dl.conf.5')
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 74 |
1 files changed, 71 insertions, 3 deletions
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index b641f29..a57d39b 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-12-23" "1.26.5" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2024-01-06" "1.26.6" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -761,6 +761,23 @@ to be passed to \f[I]ssl.SSLContext.set_ciphers()\f[] +.SS extractor.*.tls12 +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +.br +* \f[I]true\f[] +.br +* \f[I]false\f[] for \f[I]patreon\f[], \f[I]pixiv:series\f[] + +.IP "Description:" 4 +Allow selecting TLS 1.2 cipher suites. + +Can be disabled to alter TLS fingerprints +and potentially bypass Cloudflare blocks. + + .SS extractor.*.keywords .IP "Type:" 6 \f[I]object\f[] (name -> value) @@ -1243,6 +1260,29 @@ To use a different formatting for those values other than the default after a colon \f[I]:\f[], for example \f[I]{date:%Y%m%d}\f[]. +.SS extractor.*.write-pages +.IP "Type:" 6 +.br +* \f[I]bool\f[] +.br +* \f[I]string\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +During data extraction, +write received HTTP request data +to enumerated files in the current working directory. + +Special values: + +.br +* \f[I]"all"\f[]: Include HTTP request and response headers. Hide \f[I]Authorization\f[], \f[I]Cookie\f[], and \f[I]Set-Cookie\f[] values. +.br +* \f[I]"ALL"\f[]: Include all HTTP request and response headers. + + .SH EXTRACTOR-SPECIFIC OPTIONS .SS extractor.artstation.external .IP "Type:" 6 @@ -1587,7 +1627,13 @@ A (comma-separated) list of subcategories to include when processing a user profile. Possible values are -\f[I]"gallery"\f[], \f[I]"scraps"\f[], \f[I]"journal"\f[], \f[I]"favorite"\f[], \f[I]"status"\f[]. +\f[I]"avatar"\f[], +\f[I]"background"\f[], +\f[I]"gallery"\f[], +\f[I]"scraps"\f[], +\f[I]"journal"\f[], +\f[I]"favorite"\f[], +\f[I]"status"\f[]. It is possible to use \f[I]"all"\f[] instead of listing all values separately. @@ -1773,7 +1819,7 @@ Minimum wait time in seconds before API requests. .br * notes,pools .br -* ["notes", "pools" +* ["notes", "pools"] .IP "Description:" 4 Extract additional metadata (notes, pool metadata) if available. @@ -1940,6 +1986,28 @@ extraction and download for YouTube, Vimeo and SoundCloud embeds. * \f[I]false\f[]: Ignore embeds. +.SS extractor.fanbox.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 +* user,plan +.br +* ["user", "plan"] + +.IP "Description:" 4 +Extract \f[I]plan\f[] and extended \f[I]user\f[] metadata. + + .SS extractor.flickr.access-token & .access-token-secret .IP "Type:" 6 \f[I]string\f[] |
