mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 23:37:04 +01:00
[README.md] Document the 'duration' field in the output template (#6929)
This commit is contained in:
parent
4866b72eb2
commit
4c917d0314
@ -281,6 +281,7 @@ The `-o` option allows users to indicate a template for the output file names. T
|
||||
- `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`.
|
||||
- `duration`: The sequence will be replaced by the length of the video in seconds.
|
||||
|
||||
The current default template is `%(title)s-%(id)s.%(ext)s`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user