diff options
| author | 2022-04-09 00:15:19 -0400 | |
|---|---|---|
| committer | 2022-04-09 00:15:19 -0400 | |
| commit | 2fe1dfed848fc26b7419e3bfe91a62e686960429 (patch) | |
| tree | 901cb64e2a1748df2bb8c7abc60ff6d72ae4bc27 /data/man | |
| parent | c2e774d3f5a4499b8beb5a12ab46a0099b16b1e7 (diff) | |
New upstream version 1.21.1.upstream/1.21.1
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 5 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 169 |
2 files changed, 143 insertions, 31 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 3e373fd..6e3a965 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2022-03-14" "1.21.0" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2022-04-08" "1.21.1" "gallery-dl Manual" .\" disable hyphenation .nh @@ -173,6 +173,9 @@ Convert Pixiv Ugoira to WebM (requires FFmpeg) .B "\-\-ugoira\-conv\-lossless" Convert Pixiv Ugoira to WebM in VP9 lossless mode .TP +.B "\-\-ugoira\-conv\-copy" +Convert Pixiv Ugoira to MKV without re-encoding any frames +.TP .B "\-\-write\-metadata" Write metadata to separate JSON files .TP diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 9651d18..950300e 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-03-14" "1.21.0" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2022-04-08" "1.21.1" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -710,7 +710,9 @@ database, as either lookup operations are significantly faster or memory requirements are significantly lower when the amount of stored IDs gets reasonably large. -Note: archive paths support regular \f[I]format string\f[] replacements, +Note: Archive files that do not already exist get generated automatically. + +Note: Archive paths support regular \f[I]format string\f[] replacements, but be aware that using external inputs for building local paths may pose a security risk. @@ -1497,6 +1499,30 @@ If the format is given as \f[I]string\f[], it will be extended with restrict it to only one possible format. +.SS extractor.gofile.api-token +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]null\f[] + +.IP "Description:" 4 +API token value found at the bottom of your \f[I]profile page\f[]. + +If not set, a temporary guest token will be used. + + +.SS extractor.gofile.recursive +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Recursively download files from subfolders. + + .SS extractor.hentaifoundry.include .IP "Type:" 6 \f[I]string\f[] or \f[I]list\f[] of \f[I]strings\f[] @@ -1533,18 +1559,6 @@ Available formats are \f[I]"webp"\f[] and \f[I]"avif"\f[]. but is most likely going to fail with \f[I]403 Forbidden\f[] errors. -.SS extractor.hitomi.metadata -.IP "Type:" 6 -\f[I]bool\f[] - -.IP "Default:" 9 -\f[I]false\f[] - -.IP "Description:" 4 -Try to extract -\f[I]artist\f[], \f[I]group\f[], \f[I]parody\f[], and \f[I]characters\f[] metadata. - - .SS extractor.imgur.mp4 .IP "Type:" 6 \f[I]bool\f[] or \f[I]string\f[] @@ -1599,6 +1613,17 @@ Possible values are You can use \f[I]"all"\f[] instead of listing all values separately. +.SS extractor.instagram.previews +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Download video previews. + + .SS extractor.instagram.videos .IP "Type:" 6 \f[I]bool\f[] @@ -1621,6 +1646,22 @@ Download video files. Extract \f[I]comments\f[] metadata. +.SS extractor.kemonoparty.duplicates +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Controls how to handle duplicate files in a post. + +.br +* \f[I]true\f[]: Download duplicates +.br +* \f[I]false\f[]: Ignore duplicates + + .SS extractor.kemonoparty.dms .IP "Type:" 6 \f[I]bool\f[] @@ -2436,6 +2477,17 @@ Known available sizes are \f[I]4096x4096\f[], \f[I]orig\f[], \f[I]large\f[], \f[I]medium\f[], and \f[I]small\f[]. +.SS extractor.twitter.syndication +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Retrieve age-restricted content using Twitter's syndication API. + + .SS extractor.twitter.logout .IP "Type:" 6 \f[I]bool\f[] @@ -3122,17 +3174,6 @@ Location of a youtube-dl configuration file to load options from. .SH OUTPUT OPTIONS -.SS output.fallback -.IP "Type:" 6 -\f[I]bool\f[] - -.IP "Default:" 9 -\f[I]true\f[] - -.IP "Description:" 4 -Include fallback URLs in the output of \f[I]-g/--get-urls\f[]. - - .SS output.mode .IP "Type:" 6 \f[I]string\f[] @@ -3181,6 +3222,30 @@ with a display width greater than 1. Show skipped file downloads. +.SS output.fallback +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Include fallback URLs in the output of \f[I]-g/--get-urls\f[]. + + +.SS output.private +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Include private fields, +i.e. fields whose name starts with an underscore, +in the output of \f[I]-K/--list-keywords\f[] and \f[I]-j/--dump-json\f[]. + + .SS output.progress .IP "Type:" 6 \f[I]bool\f[] or \f[I]string\f[] @@ -3511,6 +3576,19 @@ Custom format string to build the content of metadata files with. Note: Only applies for \f[I]"mode": "custom"\f[]. +.SS metadata.archive +.IP "Type:" 6 +\f[I]Path\f[] + +.IP "Description:" 4 +File to store IDs of generated metadata files in, +similar to \f[I]extractor.*.archive\f[]. + +\f[I]archive-format\f[] and \f[I]archive-prefix\f[] options, +akin to \f[I]extractor.*.archive-format\f[] and \f[I]extractor.*.archive-prefix\f[], +are supported as well. + + .SS metadata.mtime .IP "Type:" 6 \f[I]bool\f[] @@ -3519,7 +3597,7 @@ Note: Only applies for \f[I]"mode": "custom"\f[]. \f[I]false\f[] .IP "Description:" 4 -Set modification times for generated metadata files +Set modification times of generated metadata files according to the accompanying downloaded file. Enabling this option will only have an effect @@ -3590,12 +3668,20 @@ Additional FFmpeg command-line arguments. \f[I]string\f[] .IP "Default:" 9 -\f[I]image2\f[] +\f[I]auto\f[] .IP "Description:" 4 -FFmpeg demuxer to read input files with. Possible values are -"\f[I]image2\f[]" and -"\f[I]concat\f[]". +FFmpeg demuxer to read and process input files with. Possible values are + +.br +* "\f[I]concat\f[]" (inaccurate frame timecodes) +.br +* "\f[I]image2\f[]" (accurate timecodes, not usable on Windows) +.br +* "mkvmerge" (accurate timecodes, only WebM or MKV, requires \f[I]mkvmerge\f[]) + +"auto" will select mkvmerge if possible and fall back to image2 or +concat depending on the local operating system. .SS ugoira.ffmpeg-location @@ -3609,6 +3695,18 @@ FFmpeg demuxer to read input files with. Possible values are Location of the \f[I]ffmpeg\f[] (or \f[I]avconv\f[]) executable to use. +.SS ugoira.mkvmerge-location +.IP "Type:" 6 +\f[I]Path\f[] + +.IP "Default:" 9 +\f[I]"mkvmerge"\f[] + +.IP "Description:" 4 +Location of the \f[I]mkvmerge\f[] executable for use with the +\f[I]mkvmerge demuxer\f[]. + + .SS ugoira.ffmpeg-output .IP "Type:" 6 \f[I]bool\f[] @@ -3681,6 +3779,17 @@ to the list of FFmpeg command-line arguments to reduce an odd width/height by 1 pixel and make them even. +.SS ugoira.mtime +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]false\f[] + +.IP "Description:" 4 +Set modification times of generated ugoira aniomations. + + .SS ugoira.repeat-last-frame .IP "Type:" 6 \f[I]bool\f[] |
