aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2015-08-14 19:18:03 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2015-08-14 19:18:03 +0800
commit4d2ad866f347086d3a1cf4cb7e0a8cadd3c87748 (patch)
tree44ffcdc9aaa8b62b201f587dc60ffbe55b4a5885 /README.md
parent594f51b85934878ff20b608f312d7f564e3a3d71 (diff)
downloadyoutube-dl-4d2ad866f347086d3a1cf4cb7e0a8cadd3c87748.tar.xz
[README.md] Document format_id field in output template section (#6557)
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 15baf75ce..8fa402ee2 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,7 @@ The `-o` option allows users to indicate a template for the output file names. T
- `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.
+ - `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`.