aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-09-13 19:31:20 +0600
committerSergey M. <dstftw@gmail.com>2015-09-13 19:31:20 +0600
commitac7a1b0dfb9e1e3ea384dd36a425ed9483ee17ef (patch)
tree693007bf0b080af0a6a69aabd173a386fdd19f83 /README.md
parentc246773599f6b541033ac926ac6ed360fb63f6ae (diff)
downloadyoutube-dl-ac7a1b0dfb9e1e3ea384dd36a425ed9483ee17ef.tar.xz
[README.md] Clarify playlist_index description
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 24bfe38a2..27b20df04 100644
--- a/README.md
+++ b/README.md
@@ -278,7 +278,7 @@ The `-o` option allows users to indicate a template for the output file names. T
- `epoch`: The sequence will be replaced by the Unix epoch when creating the file.
- `autonumber`: The sequence will be replaced by a five-digit number that will be increased with each download, starting at zero.
- `playlist`: The name or the id of the playlist that contains the video.
- - `playlist_index`: The index of the video in the playlist, a five-digit number.
+ - `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`.
The current default template is `%(title)s-%(id)s.%(ext)s`.