diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/man/gallery-dl.1 | 2 | ||||
| -rw-r--r-- | data/man/gallery-dl.conf.5 | 33 |
2 files changed, 28 insertions, 7 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1 index af6eaf3..c3df997 100644 --- a/data/man/gallery-dl.1 +++ b/data/man/gallery-dl.1 @@ -1,4 +1,4 @@ -.TH "GALLERY-DL" "1" "2020-12-12" "1.16.0" "gallery-dl Manual" +.TH "GALLERY-DL" "1" "2020-12-27" "1.16.1" "gallery-dl Manual" .\" disable hyphenation .nh diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5 index 8c291fb..40efa15 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-12-12" "1.16.0" "gallery-dl Manual" +.TH "GALLERY-DL.CONF" "5" "2020-12-27" "1.16.1" "gallery-dl Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -346,6 +346,8 @@ and optional for .br * \f[I]pinterest\f[] .br +* \f[I]sankaku\f[] +.br * \f[I]subscribestar\f[] .br * \f[I]tsumino\f[] @@ -1191,16 +1193,24 @@ Value of the \f[I]orderby\f[] parameter for submission searches. for details) -.SS extractor.instagram.highlights +.SS extractor.instagram.include .IP "Type:" 6 -\f[I]bool\f[] +\f[I]string\f[] or \f[I]list\f[] of \f[I]strings\f[] .IP "Default:" 9 -\f[I]false\f[] +\f[I]"posts"\f[] + +.IP "Example:" 4 +"stories,highlights,posts" or ["stories", "highlights", "posts"] .IP "Description:" 4 -Include *Story Highlights* when downloading a user profile. -(requires authentication) +A (comma-separated) list of subcategories to include +when processing a user profile. + +Possible values are +\f[I]"posts"\f[], \f[I]"stories"\f[], \f[I]"highlights"\f[], \f[I]"channel"\f[]. + +You can use \f[I]"all"\f[] instead of listing all values separately. .SS extractor.instagram.videos @@ -1335,6 +1345,17 @@ Download subalbums. Include pins from board sections. +.SS extractor.pinterest.videos +.IP "Type:" 6 +\f[I]bool\f[] + +.IP "Default:" 9 +\f[I]true\f[] + +.IP "Description:" 4 +Download from video pins. + + .SS extractor.pixiv.user.avatar .IP "Type:" 6 \f[I]bool\f[] |
