aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2012-11-27 16:28:21 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2012-11-27 16:28:29 +0100
commit877f4c45d3c42045cca9295a92f336e551c7eab8 (patch)
tree669bc49e5a88d7ff62dfb07b2122480167b686b4 /README.md
parent02531431f2e4fcf7e9888299a4e6a56fd7a672d5 (diff)
downloadyoutube-dl-877f4c45d3c42045cca9295a92f336e551c7eab8.tar.xz
Fix output format doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index f251788ce..f49194a0b 100644
--- 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).