diff options
| author | 2019-08-31 19:59:31 -0400 | |
|---|---|---|
| committer | 2019-08-31 19:59:31 -0400 | |
| commit | 01b2d06c57d52b2c6f241b1beb0e377ee3a8b2a6 (patch) | |
| tree | 8bd4f4b1b36c1a531829e150394ffffd25e1ccdb /docs | |
| parent | b75d158d014d6c43d7d785c46c9372a9cf84d144 (diff) | |
New upstream version 1.10.3upstream/1.10.3
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, |
