aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r--docs/configuration.rst22
1 files changed, 21 insertions, 1 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 0e2e355..d69406d 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -581,7 +581,8 @@ extractor.deviantart.quality
=========== =====
Type ``integer``
Default ``100``
-Description JPEG compression quality for newer images hosted on wixmp servers.
+Description JPEG quality level of newer images for which
+ an original file download is not available.
=========== =====
@@ -1171,6 +1172,25 @@ Description | Route youtube-dl's output through gallery-dl's logging system.
=========== =====
+downloader.ytdl.outtmpl
+-----------------------
+=========== =====
+Type ``string``
+Default ``null``
+Description The `Output Template <https://github.com/ytdl-org/youtube-dl#output-template>`__
+ used to generate filenames for files downloaded with youtube-dl.
+
+ Special values:
+
+ * ``null``: generate filenames with `extractor.*.filename`_
+ * ``"default"``: use youtube-dl's default, currently ``"%(title)s-%(id)s.%(ext)s"``
+
+ Note: An output template other than ``null`` might
+ cause unexpected results in combination with other options
+ (e.g. ``"skip": "enumerate"``)
+=========== =====
+
+
downloader.ytdl.raw-options
---------------------------
=========== =====