aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2011-09-21 18:48:51 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2011-09-21 18:48:51 +0200
commit3ce59dae886b52c66b33409d659b7ca4e3f77f63 (patch)
tree8c40642cb6441e33beb4940655b617c76e886454
parentf0b0caa3faa56d9b73e9ae5ad038e31c3f2237b4 (diff)
downloadyoutube-dl-3ce59dae886b52c66b33409d659b7ca4e3f77f63.tar.xz
Update README with new options
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7ade255b2..915a30206 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ which means you can modify it, redistribute it or use it however you like.
-c, --continue resume partially downloaded files
--no-continue do not resume partially downloaded files (restart
from beginning)
- --cookies FILE file to dump cookie jar to
+ --cookies FILE file to read cookies from and dump cookie jar in
--no-part do not use .part files
--no-mtime do not use the Last-modified header to set the file
modification time
@@ -73,7 +73,7 @@ which means you can modify it, redistribute it or use it however you like.
### Post-processing Options:
--extract-audio convert video files to audio-only files (requires
ffmpeg and ffprobe)
- --audio-format FORMAT "best", "aac" or "mp3"; best by default
+ --audio-format FORMAT "best", "aac", "vorbis" or "mp3"; best by default
--audio-quality QUALITY ffmpeg audio bitrate specification, 128k by default
-k, --keep-video keeps the video file on disk after the post-
processing; the video is erased by default