summaryrefslogtreecommitdiffstats
path: root/data/man/gallery-dl.conf.5
diff options
context:
space:
mode:
Diffstat (limited to 'data/man/gallery-dl.conf.5')
-rw-r--r--data/man/gallery-dl.conf.575
1 files changed, 57 insertions, 18 deletions
diff --git a/data/man/gallery-dl.conf.5 b/data/man/gallery-dl.conf.5
index 09d2820..a574625 100644
--- a/data/man/gallery-dl.conf.5
+++ b/data/man/gallery-dl.conf.5
@@ -1,4 +1,4 @@
-.TH "GALLERY-DL.CONF" "5" "2021-11-27" "1.19.3" "gallery-dl Manual"
+.TH "GALLERY-DL.CONF" "5" "2021-12-29" "1.20.0" "gallery-dl Manual"
.\" disable hyphenation
.nh
.\" disable justification (adjust text to left margin only)
@@ -1235,18 +1235,6 @@ or whenever your \f[I]cache file\f[] is deleted or cleared.
Minimum wait time in seconds before API requests.
-.SS extractor.exhentai.limits
-.IP "Type:" 6
-\f[I]integer\f[]
-
-.IP "Default:" 9
-\f[I]null\f[]
-
-.IP "Description:" 4
-Sets a custom image download limit and
-stops extraction when it gets exceeded.
-
-
.SS extractor.exhentai.domain
.IP "Type:" 6
\f[I]string\f[]
@@ -1264,6 +1252,18 @@ depending on the input URL
* \f[I]"exhentai.org"\f[]: Use \f[I]exhentai.org\f[] for all URLs
+.SS extractor.exhentai.limits
+.IP "Type:" 6
+\f[I]integer\f[]
+
+.IP "Default:" 9
+\f[I]null\f[]
+
+.IP "Description:" 4
+Sets a custom image download limit and
+stops extraction when it gets exceeded.
+
+
.SS extractor.exhentai.metadata
.IP "Type:" 6
\f[I]bool\f[]
@@ -1290,6 +1290,20 @@ Makes \f[I]date\f[] and \f[I]filesize\f[] more precise.
Download full-sized original images if available.
+.SS extractor.exhentai.source
+.IP "Type:" 6
+\f[I]string\f[]
+
+.IP "Default:" 9
+\f[I]"gallery"\f[]
+
+.IP "Description:" 4
+Selects an alternative source to download files from.
+
+.br
+* \f[I]"hitomi"\f[]: Download the corresponding gallery from \f[I]hitomi.la\f[]
+
+
.SS extractor.fanbox.embeds
.IP "Type:" 6
\f[I]bool\f[] or \f[I]string\f[]
@@ -1399,6 +1413,18 @@ Possible values are
You can use \f[I]"all"\f[] instead of listing all values separately.
+.SS extractor.generic.enabled
+.IP "Type:" 6
+\f[I]bool\f[]
+
+.IP "Default:" 9
+\f[I]false\f[]
+
+.IP "Description:" 4
+Match **all** URLs not otherwise supported by gallery-dl,
+even ones without a \f[I]generic:\f[] prefix.
+
+
.SS extractor.gfycat.format
.IP "Type:" 6
.br
@@ -1446,7 +1472,7 @@ You can use \f[I]"all"\f[] instead of listing all values separately.
\f[I]bool\f[]
.IP "Default:" 9
-\f[I]true\f[]
+\f[I]false\f[]
.IP "Description:" 4
Try to extract
@@ -1545,7 +1571,7 @@ Extract a user's direct messages as \f[I]dms\f[] metadata.
\f[I]list\f[] of \f[I]strings\f[]
.IP "Default:" 9
-\f[I]["file", "attachments", "inline"]\f[]
+\f[I]["attachments", "file", "inline"]\f[]
.IP "Description:" 4
Determines the type and order of files to be downloaded.
@@ -2287,7 +2313,7 @@ Fetch media from all Tweets and replies in a \f[I]conversation
\f[I]list\f[] of \f[I]strings\f[]
.IP "Default:" 9
-\f[I]["orig", "large", "medium", "small"]\f[]
+\f[I]["orig", "4096x4096", "large", "medium", "small"]\f[]
.IP "Description:" 4
The image version to download.
@@ -2566,11 +2592,14 @@ Note: Set \f[I]quiet\f[] and \f[I]no_warnings\f[] in
\f[I]string\f[]
.IP "Default:" 9
-\f[I]"youtube_dl"\f[]
+\f[I]null\f[]
.IP "Description:" 4
Name of the youtube-dl Python module to import.
+Setting this to \f[I]null\f[] will try to import \f[I]"yt_dlp"\f[]
+followed by \f[I]"youtube_dl"\f[] as fallback.
+
.SS extractor.ytdl.raw-options
.IP "Type:" 6
@@ -2885,11 +2914,14 @@ Note: Set \f[I]quiet\f[] and \f[I]no_warnings\f[] in
\f[I]string\f[]
.IP "Default:" 9
-\f[I]"youtube_dl"\f[]
+\f[I]null\f[]
.IP "Description:" 4
Name of the youtube-dl Python module to import.
+Setting this to \f[I]null\f[] will first try to import \f[I]"yt_dlp"\f[]
+and use \f[I]"youtube_dl"\f[] as fallback.
+
.SS downloader.ytdl.outtmpl
.IP "Type:" 6
@@ -3736,12 +3768,16 @@ A \f[I]Date\f[] value represents a specific point in time.
* \f[I]float\f[]
.br
* \f[I]list\f[] with 2 \f[I]floats\f[]
+.br
+* \f[I]string\f[]
.IP "Example:" 4
.br
* 2.85
.br
* [1.5, 3.0]
+.br
+* "2.85", "1.5-3.0"
.IP "Description:" 4
A \f[I]Duration\f[] represents a span of time in seconds.
@@ -3752,6 +3788,9 @@ A \f[I]Duration\f[] represents a span of time in seconds.
* If given as a \f[I]list\f[] with 2 floating-point numbers \f[I]a\f[] & \f[I]b\f[] ,
it will be randomly chosen with uniform distribution such that \f[I]a <= N <=b\f[].
(see \f[I]random.uniform()\f[])
+.br
+* If given as a \f[I]string\f[], it can either represent a single \f[I]float\f[]
+value (\f[I]"2.85"\f[]) or a range (\f[I]"1.5-3.0"\f[]).
.SS Path