aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-12-07 22:16:41 +0700
committerSergey M․ <dstftw@gmail.com>2017-12-07 22:16:41 +0700
commita670b1ba266533c520a436469585904321808a1b (patch)
tree10d2d75658f2604f122cd4cdf47d2c5223684bd2 /README.md
parent1bd4fc96e6f8978f83e90ca913df18a979445028 (diff)
downloadyoutube-dl-a670b1ba266533c520a436469585904321808a1b.zip
youtube-dl-a670b1ba266533c520a436469585904321808a1b.tar.gz
youtube-dl-a670b1ba266533c520a436469585904321808a1b.tar.bz2
[README.md] Add is_live, start_time and end_time to output template section (closes #14926)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea321d5..cd30d14 100644
--- a/README.md
+++ b/README.md
@@ -511,6 +511,9 @@ The basic usage is not to set any template arguments when downloading a single f
- `average_rating` (numeric): Average rating give by users, the scale used depends on the webpage
- `comment_count` (numeric): Number of comments on the video
- `age_limit` (numeric): Age restriction for the video (years)
+ - `is_live` (boolean): Whether this video is a live stream or a fixed-length video
+ - `start_time` (numeric): Time in seconds where the reproduction should start, as specified in the URL
+ - `end_time` (numeric): Time in seconds where the reproduction should end, as specified in the URL
- `format` (string): A human-readable description of the format
- `format_id` (string): Format code specified by `--format`
- `format_note` (string): Additional info about the format