diff options
Diffstat (limited to 'data/man/gallery-dl.conf.5')
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 57 |
1 files changed, 55 insertions, 2 deletions
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 14db723..1c484b6 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-10-01" "1.23.2" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-10-15" "1.23.3" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -310,6 +310,18 @@ depending on the local operating system * \f[I]"windows"\f[]: \f[I]". "\f[] +.SS extractor.*.path-extended +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +On Windows, use \f[I]extended-length paths\f[] +prefixed with \f[I]\\\\?\\\f[] to work around the 260 characters path length limit. + + .SS extractor.*.extension-map .IP "Type:" 6 \f[I]object\f[] @@ -1211,6 +1223,18 @@ Note: Gathering this information requires a lot of API calls. Use with caution. +.SS extractor.deviantart.group +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Check whether the profile name in a given URL +belongs to a group or a regular user. + + .SS extractor.deviantart.include .IP "Type:" 6 \f[I]string\f[] or \f[I]list\f[] of \f[I]strings\f[] @@ -1974,6 +1998,18 @@ Fetch media from replies to other posts. Also emit metadata for text-only posts without media content. +.SS extractor.nana.favkey +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]null\f[] + +.IP "Description:" 4 +Your \f[I]Nana Favorite Key\f[], +used to access your favorite archives. + + .SS extractor.newgrounds.flash .IP "Type:" 6 \f[I]bool\f[] @@ -2610,6 +2646,19 @@ images from them. Search posts for inline images and videos. +.SS extractor.tumblr.offset +.IP "Type:" 6 +\f[I]integer\f[] + +.IP "Default:" 9 +\f[I]0\f[] + +.IP "Description:" 4 +Custom \f[I]offset\f[] starting value when paginating over blog posts. + +Allows skipping over posts without having to waste API calls. + + .SS extractor.tumblr.original .IP "Type:" 6 \f[I]bool\f[] @@ -3474,9 +3523,13 @@ Disable the use of a proxy by explicitly setting this option to \f[I]null\f[]. \f[I]true\f[] .IP "Description:" 4 -Check the file headers of \f[I]jpg\f[], \f[I]png\f[], and \f[I]gif\f[] files +Check file headers of downloaded files and adjust their filename extensions if they do not match. +For example, this will change the filename extension (\f[I]{extension}\f[]) +of a file called \f[I]example.png\f[] from \f[I]png\f[] to \f[I]jpg\f[] when said file +contains JPEG/JFIF data. + .SS downloader.http.headers .IP "Type:" 6 |
