aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M <dstftw@gmail.com>2016-02-06 22:39:50 +0600
committerSergey M <dstftw@gmail.com>2016-02-06 22:39:50 +0600
commit4b8874975cdcd9ea656ce603f87d94b871d2849c (patch)
tree7c62b87a4d05a77db4b47e3ea69953e2cc3877b9
parentbd6b6f662268a8a59a1cb9e72ac38a84dfa07822 (diff)
downloadyoutube-dl-4b8874975cdcd9ea656ce603f87d94b871d2849c.tar.xz
[README.md] Remove non-relevant info
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 85cd02a01..7b8a1a22f 100644
--- a/README.md
+++ b/README.md
@@ -457,16 +457,16 @@ The `-o` option allows users to indicate a template for the output file names. T
Available for the video that belongs to some logical chapter or section:
- `chapter`: Name or title of the chapter the video belongs to.
- - `chapter_number`: Number of the chapter the video belongs to, as an integer.
- - `chapter_id`: Id of the chapter the video belongs to, as a unicode string.
+ - `chapter_number`: Number of the chapter the video belongs to.
+ - `chapter_id`: Id of the chapter the video belongs to.
Available for the video that is an episode of some series or programme:
- `series`: Title of the series or programme the video episode belongs to.
- `season`: Title of the season the video episode belongs to.
- - `season_number`: Number of the season the video episode belongs to, as an integer.
- - `season_id`:Id of the season the video episode belongs to, as a unicode string.
+ - `season_number`: Number of the season the video episode belongs to.
+ - `season_id`:Id of the season the video episode belongs to.
- `episode`: Title of the video episode.
- - `episode_number`: Number of the video episode within a season, as an integer.
+ - `episode_number`: Number of the video episode within a season.
- `episode_id`: Id of the video episode, as a unicode string.
Each aforementioned sequence when referenced in output template will be replaced by the actual value corresponding to the sequence name. Note that some of the sequences are not guaranteed to be present since they depend on the metadata obtained by particular extractor, such sequences will be replaced with `NA`.