diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2012-11-27 16:28:21 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2012-11-27 16:28:29 +0100 |
commit | 877f4c45d3c42045cca9295a92f336e551c7eab8 (patch) | |
tree | 669bc49e5a88d7ff62dfb07b2122480167b686b4 /youtube-dl.1 | |
parent | 02531431f2e4fcf7e9888299a4e6a56fd7a672d5 (diff) |
Fix output format doc
Diffstat (limited to 'youtube-dl.1')
-rw-r--r-- | youtube-dl.1 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/youtube-dl.1 b/youtube-dl.1 index b94b9d419..2f7f25f31 100644 --- a/youtube-dl.1 +++ b/youtube-dl.1 @@ -164,10 +164,15 @@ person who uploaded the video. in YYYYMMDD format. .IP \[bu] 2 \f[C]title\f[]: The sequence will be replaced by the video title. -ext\f[C]:\ The\ sequence\ will\ be\ replaced\ by\ the\ appropriate\ extension\ (like\ flv\ or\ mp4).\ epoch\f[]: -The sequence will be replaced by the Unix epoch when creating the file. -autonumber`: The sequence will be replaced by a five-digit number that -will be increased with each download, starting at zero. +.IP \[bu] 2 +\f[C]ext\f[]: The sequence will be replaced by the appropriate extension +(like flv or mp4). +.IP \[bu] 2 +\f[C]epoch\f[]: The sequence will be replaced by the Unix epoch when +creating the file. +.IP \[bu] 2 +\f[C]autonumber\f[]: The sequence will be replaced by a five-digit +number that will be increased with each download, starting at zero. .PP The current default template is \f[C]%(id)s.%(ext)s\f[], but that will be switchted to \f[C]%(title)s-%(id)s.%(ext)s\f[] (which can be |