diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration.rst | 22 | ||||
| -rw-r--r-- | docs/gallery-dl.conf | 1 |
2 files changed, 22 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 --------------------------- =========== ===== diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf index b9ff32d..6439437 100644 --- a/docs/gallery-dl.conf +++ b/docs/gallery-dl.conf @@ -169,6 +169,7 @@ "format": null, "forward-cookies": true, "mtime": true, + "outtmpl": null, "rate": null, "retries": 4, "timeout": 30.0, |
