summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-02-03 19:18:25 +0500
committerSergey M <dstftw@gmail.com>2016-02-03 19:18:25 +0500
commitc84d3a557de8eddc8e63adbd11ab40877f52c502 (patch)
treec1bea747b1f5ee3e6ac80ae7ce2536c6dade0efa
parent6ad2b01e14fe22e4607ea16cebbd13b4270505ca (diff)
downloadyoutube-dl-c84d3a557de8eddc8e63adbd11ab40877f52c502.tar.gz
youtube-dl-c84d3a557de8eddc8e63adbd11ab40877f52c502.tar.xz
youtube-dl-c84d3a557de8eddc8e63adbd11ab40877f52c502.zip
[README.md] Clarify unavailable sequences in output format
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c582511f..79cd08df4 100644
--- a/README.md
+++ b/README.md
@@ -455,6 +455,8 @@ The `-o` option allows users to indicate a template for the output file names. T
  - `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.
 
+Note that some of the aforementioned sequences are not guaranteed to be present since they depend on the metadata obtained by particular extractor, such sequences will be replaced with `NA`.
+
 The current default template is `%(title)s-%(id)s.%(ext)s`.
 
 In some cases, you don't want special characters such as δΈ­, spaces, or &, such as when transferring the downloaded filename to a Windows system or the filename through an 8bit-unsafe channel. In these cases, add the `--restrict-filenames` flag to get a shorter title: