diff options
| author | 2020-06-29 00:33:22 -0400 | |
|---|---|---|
| committer | 2020-06-29 00:33:22 -0400 | |
| commit | 02dd2886783cd303cff6890a741152d013bb00ce (patch) | |
| tree | e5d4a805888147de8efe514a3c55e303230a508b /data/man | |
| parent | 8c911e3d62a430f5630c13d51b47201fa8ff3cd1 (diff) | |
New upstream version 1.14.2.upstream/1.14.2
Diffstat (limited to 'data/man')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 42 |
2 files changed, 40 insertions, 4 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index 76a57d1..21055ca 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2020-06-12" "1.14.1" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2020-06-27" "1.14.2" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 88f8ebc..7060751 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-06-12" "1.14.1" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2020-06-27" "1.14.2" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -631,6 +631,22 @@ See \f[I]strptime\f[] for a list of formatting directives. .IP "Description:" 4 Try to follow external URLs of embedded players. +.SS extractor.aryion.recursive +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Controls the post extraction strategy. + +.br +* \f[I]true\f[]: Start on users' main gallery pages and recursively +descend into subfolders +.br +* \f[I]false\f[]: Get posts from "Latest Updates" pages + .SS extractor.blogger.videos .IP "Type:" 6 \f[I]bool\f[] @@ -1079,6 +1095,16 @@ port than the default. .IP "Description:" 4 Download subalbums. +.SS extractor.pinterest.sections +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Include pins from board sections. + .SS extractor.pixiv.user.avatar .IP "Type:" 6 \f[I]bool\f[] @@ -1375,6 +1401,16 @@ 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.quoted +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Fetch media from quoted Tweets. + .SS extractor.twitter.replies .IP "Type:" 6 \f[I]bool\f[] @@ -1383,7 +1419,7 @@ You can use \f[I]"all"\f[] instead of listing all types separately. \f[I]true\f[] .IP "Description:" 4 -Extract media from replies to other Tweets. +Fetch media from replies to other Tweets. .SS extractor.twitter.retweets .IP "Type:" 6 @@ -1393,7 +1429,7 @@ Extract media from replies to other Tweets. \f[I]true\f[] .IP "Description:" 4 -Extract media from Retweets. +Fetch media from Retweets. .SS extractor.twitter.twitpic .IP "Type:" 6 |
