aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/man/gallery-dl.12
-rw-r--r--data/man/gallery-dl.conf.5106
2 files changed, 106 insertions, 2 deletions
diff --git a/data/man/gallery-dl.1 b/data/man/gallery-dl.1
index 059b726..aac3757 100644
--- a/data/man/gallery-dl.1
+++ b/data/man/gallery-dl.1
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL" "1" "2022-11-20" "1.24.0" "gallery-dl Manual"
+.TH "GALLERY-DL" "1" "2022-12-04" "1.24.1" "gallery-dl Manual"
.\" disable hyphenation
.nh
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index 847d665..6565e96 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-11-20" "1.24.0" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2022-12-04" "1.24.1" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -717,6 +717,28 @@ to access the current file's \f[I]Last-Modified\f[] header as \f[I]"{gdl_http[La
and its parsed form as \f[I]"{gdl_http[date]}"\f[].
+.SS extractor.*.version-metadata
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Default:" 9
+\f[I]null\f[]
+
+.IP "Description:" 4
+Insert an \f[I]object\f[] containing gallery-dl's version info into
+metadata dictionaries as the given name.
+
+The content of the object is as follows:
+
+.. code:: json
+
+{
+"version" : "string",
+"is_executable" : "bool",
+"current_git_head": "string or null"
+}
+
+
.SS extractor.*.category-transfer
.IP "Type:" 6
\f[I]bool\f[]
@@ -1029,6 +1051,29 @@ See \f[I]strptime\f[] for a list of formatting directives.
Try to follow external URLs of embedded players.
+.SS extractor.artstation.max-posts
+.IP "Type:" 6
+\f[I]integer\f[]
+
+.IP "Default:" 9
+\f[I]null\f[]
+
+.IP "Description:" 4
+Limit the number of posts/projects to download.
+
+
+.SS extractor.artstation.search.pro-first
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]true\f[]
+
+.IP "Description:" 4
+Enable the "Show Studio and Pro member artwork first" checkbox
+when retrieving search results.
+
+
.SS extractor.aryion.recursive
.IP "Type:" 6
\f[I]bool\f[]
@@ -2098,6 +2143,46 @@ Possible values are
You can use \f[I]"all"\f[] instead of listing all values separately.
+.SS extractor.nitter.quoted
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Fetch media from quoted Tweets.
+
+
+.SS extractor.nitter.retweets
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Fetch media from Retweets.
+
+
+.SS extractor.nitter.videos
+.IP "Type:" 6
+\f[I]bool\f[] or \f[I]string\f[]
+
+.IP "Default:" 9
+\f[I]true\f[]
+
+.IP "Description:" 4
+Control video download behavior.
+
+.br
+* \f[I]true\f[]: Download videos
+.br
+* \f[I]"ytdl"\f[]: Download videos using \f[I]youtube-dl\f[]
+.br
+* \f[I]false\f[]: Skip video Tweets
+
+
.SS extractor.oauth.browser
.IP "Type:" 6
\f[I]bool\f[]
@@ -3632,6 +3717,25 @@ These suffixes are case-insensitive.
Additional HTTP headers to send when downloading files,
+.SS downloader.http.retry-codes
+.IP "Type:" 6
+\f[I]list\f[] of \f[I]integers\f[]
+
+.IP "Default:" 9
+\f[I][429]\f[]
+
+.IP "Description:" 4
+Additional \f[I]HTTP response status codes\f[]
+to retry a download on.
+
+Codes \f[I]200\f[], \f[I]206\f[], and \f[I]416\f[] (when resuming a \f[I]partial\f[]
+download) will never be retried and always count as success,
+regardless of this option.
+
+Codes \f[I]500\f[] - \f[I]599\f[] (server error responses) will always be retried,
+regardless of this option.
+
+
.SS downloader.ytdl.format
.IP "Type:" 6
\f[I]string\f[]