diff options
| author | 2020-06-16 02:01:17 -0400 | |
|---|---|---|
| committer | 2020-06-16 02:01:17 -0400 | |
| commit | 8c911e3d62a430f5630c13d51b47201fa8ff3cd1 (patch) | |
| tree | 6e0e6f65abc37d7f35ea96d323031a52c7fa966d /data | |
| parent | a70a3246927b72f1ded37acd55ee719515441b5b (diff) | |
New upstream version 1.14.1.upstream/1.14.1
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 43 |
2 files changed, 25 insertions, 20 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index fe9a684..76a57d1 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2020-05-31" "1.14.0" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2020-06-12" "1.14.1" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 5a37463..88f8ebc 100644 --- a/data/man/gallery-dl.conf.5 +++ b/data/man/gallery-dl.conf.5 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL.CONF" "5" "2020-05-31" "1.14.0" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2020-06-12" "1.14.1" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -220,7 +220,7 @@ escaped with backslashes, e.g. \f[I]"\\\\[\\\\]"\f[] .IP "Description:" 4 Controls the behavior when downloading files that have been downloaded before, i.e. a file with the same filename already -exists or its ID is in a \f[I]download archive\f[]. +exists or its ID is in a \f[I]download archive <extractor.*.archive_>\f[]. .br * \f[I]true\f[]: Skip downloads @@ -604,8 +604,8 @@ current extractor run. \f[I]false\f[] .IP "Description:" 4 -Like \f[I]image-unique\f[], but applies to delegated URLs -like manga-chapters, etc. +Like \f[I]image-unique <extractor.*.image-unique_>\f[], +but applies to delegated URLs like manga-chapters, etc. .SS extractor.*.date-format .IP "Type:" 6 @@ -664,7 +664,8 @@ Controls the download target for Ugoira posts. \f[I]false\f[] .IP "Description:" 4 -Download extra Sta.sh resources from description texts. +Download extra Sta.sh resources from +description texts and journals. Note: Enabling this option also enables deviantart.metadata_. @@ -1259,6 +1260,22 @@ video extraction and download .br * \f[I]false\f[]: Ignore videos +.SS extractor.redgifs.format +.IP "Type:" 6 +\f[I]string\f[] + +.IP "Default:" 9 +\f[I]"mp4"\f[] + +.IP "Description:" 4 +The name of the preferred format, which can be one of +\f[I]"mp4"\f[], \f[I]"webm"\f[], \f[I]"gif"\f[], \f[I]"webp"\f[], \f[I]"mobile"\f[], +or \f[I]"mini"\f[]. + +If the selected format is not available, \f[I]"mp4"\f[], \f[I]"webm"\f[] +and \f[I]"gif"\f[] (in that order) will be tried instead, until an +available format is found. + .SS extractor.sankaku.wait-min & .wait-max .IP "Type:" 6 \f[I]float\f[] @@ -1358,16 +1375,6 @@ Possible types are \f[I]text\f[], \f[I]quote\f[], \f[I]link\f[], \f[I]answer\f[] You can use \f[I]"all"\f[] instead of listing all types separately. -.SS extractor.twitter.content -.IP "Type:" 6 -\f[I]bool\f[] - -.IP "Default:" 9 -\f[I]false\f[] - -.IP "Description:" 4 -Extract tweet text as \f[I]content\f[] metadata. - .SS extractor.twitter.replies .IP "Type:" 6 \f[I]bool\f[] @@ -1409,11 +1416,9 @@ Extract \f[I]TwitPic <https://twitpic.com/>\f[] embeds. Control video download behavior. .br -* \f[I]true\f[]: Download videos and use \f[I]youtube-dl\f[] to handle -HLS \f[I].m3u8\f[] manifests +* \f[I]true\f[]: Download videos .br -* \f[I]"ytdl"\f[]: Download videos and let \f[I]youtube-dl\f[] handle all of -video extraction and download +* \f[I]"ytdl"\f[]: Download videos using \f[I]youtube-dl\f[] .br * \f[I]false\f[]: Skip video Tweets |
