aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-09-13 19:34:09 +0600
committerSergey M. <dstftw@gmail.com>2015-09-13 19:34:09 +0600
commit31208a07c247f5b8f1f0fc26da1d477f7440e513 (patch)
tree8c78ccd8949f55835839d9ec0aa0a399e44f1e7f /README.md
parentac7a1b0dfb9e1e3ea384dd36a425ed9483ee17ef (diff)
downloadyoutube-dl-31208a07c247f5b8f1f0fc26da1d477f7440e513.tar.xz
[README.md] Unify playlist 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 27b20df04..1a00a02bf 100644
--- a/README.md
+++ b/README.md
@@ -277,7 +277,7 @@ The `-o` option allows users to indicate a template for the output file names. T
- `ext`: The sequence will be replaced by the appropriate extension (like flv or mp4).
- `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`: 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`.