Fix output format doc
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 15:28:21 +0000 (16:28 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 15:28:29 +0000 (16:28 +0100)
README.md
youtube-dl.1

index f251788ce10f97638d32f86b74fcf28f59cb8bb3..f49194a0b9a5ce69e675f7233cc6644ed2f22663 100644 (file)
--- a/README.md
+++ b/README.md
@@ -117,9 +117,9 @@ The `-o` option allows users to indicate a template for the output file names. T
  - `uploader`: The sequence will be replaced by the nickname of the person who uploaded the video.
  - `upload_date`: The sequence will be replaced by the upload date in YYYYMMDD format.
  - `title`: The sequence will be replaced by the video title.
-ext`: The sequence will be replaced by the appropriate extension (like flv or mp4).
-epoch`: 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.
+ - `ext`: The sequence will be replaced by the appropriate extension (like flv or mp4).
+ - `epoch`: 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.
 
 The current default template is `%(id)s.%(ext)s`, but that will be switchted to `%(title)s-%(id)s.%(ext)s` (which can be requested with `-t` at the moment).
 
index b94b9d4192afb1a6ea16b2cdfdc70bd89584b0b8..2f7f25f3105c293e8fc00c16578ac8895dfeff77 100644 (file)
@@ -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