diff options
| author | 2023-10-22 01:00:14 -0400 | |
|---|---|---|
| committer | 2023-10-22 01:00:14 -0400 | |
| commit | e052f3b9e1d9703a5a466daeaf37bacf476c2daf (patch) | |
| tree | fc608c7d452695706fb13e2b0b34671f569f3ab0 /data/man/gallery-dl.conf.5 | |
| parent | b8758ecd073910ce3220b2e68399147b425c37b8 (diff) | |
New upstream version 1.26.1.upstream/1.26.1
Diffstat (limited to 'data/man/gallery-dl.conf.5')
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 47 |
1 files changed, 43 insertions, 4 deletions
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 19a5812..9083d24 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-10-03" "1.26.0" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2023-10-21" "1.26.1" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -1529,7 +1529,10 @@ Use with caution. .SS extractor.deviantart.group .IP "Type:" 6 -\f[I]bool\f[] +.br +* \f[I]bool\f[] +.br +* \f[I]string\f[] .IP "Default:" 9 \f[I]true\f[] @@ -1538,6 +1541,14 @@ Use with caution. Check whether the profile name in a given URL belongs to a group or a regular user. +When disabled, assume every given profile name +belongs to a regular user. + +Special values: + +.br +* \f[I]"skip"\f[]: Skip groups + .SS extractor.deviantart.include .IP "Type:" 6 @@ -1589,13 +1600,15 @@ literature and status updates. \f[I]bool\f[] .IP "Default:" 9 -\f[I]true\f[] +\f[I]false\f[] .IP "Description:" 4 Update \f[I]JSON Web Tokens\f[] (the \f[I]token\f[] URL parameter) of otherwise non-downloadable, low-resolution images to be able to download them in full resolution. +Note: No longer functional as of 2023-10-11 + .SS extractor.deviantart.mature .IP "Type:" 6 @@ -2415,7 +2428,20 @@ Limit the number of posts to download. \f[I]false\f[] .IP "Description:" 4 -Extract \f[I]username\f[] metadata +Extract \f[I]username\f[] metadata. + + +.SS extractor.kemonoparty.revisions +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Extract post revisions. + +Note: This requires 1 additional HTTP request per post. .SS extractor.khinsider.format @@ -2625,6 +2651,19 @@ Fetch media from renoted notes. Fetch media from replies to other notes. +.SS extractor.[moebooru].pool.metadata +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Extract extended \f[I]pool\f[] metadata. + +Note: Not supported by all \f[I]moebooru\f[] instances. + + .SS extractor.newgrounds.flash .IP "Type:" 6 \f[I]bool\f[] |
