aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-09-25 22:02:48 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-09-25 22:02:48 +0200
commit4c917d0314f0442fd17d6f8ec8e583252167512c (patch)
tree3eebf1e8dbde910aeb787b2ed0120662c1f33b03 /README.md
parent4866b72eb2bf5747cde4654e75b1c1be0d456456 (diff)
downloadyoutube-dl-4c917d0314f0442fd17d6f8ec8e583252167512c.tar.xz
[README.md] Document the 'duration' field in the output template (#6929)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2ed751791..80152071d 100644
--- a/README.md
+++ b/README.md
@@ -281,6 +281,7 @@ The `-o` option allows users to indicate a template for the output file names. T
- `playlist`: The sequence will be replaced by the name or the id of the playlist that contains the video.
- `playlist_index`: The sequence will be replaced by the index of the video in the playlist padded with leading zeros according to the total length of the playlist.
- `format_id`: The sequence will be replaced by the format code specified by `--format`.
+ - `duration`: The sequence will be replaced by the length of the video in seconds.
The current default template is `%(title)s-%(id)s.%(ext)s`.