about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-10-15 12:06:45 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-10-15 12:06:45 +0200
commit8abbf43f21d2afcfa2db1744a3f6ccfc917cc8d7 (patch)
tree9e497b561dc3e41c3f49b118a0c7d08998ef5450 /README.md
parent10eaae48ffe1042d9c5f77fd563832bf795ad647 (diff)
downloadyoutube-dl-8abbf43f21d2afcfa2db1744a3f6ccfc917cc8d7.tar.gz
youtube-dl-8abbf43f21d2afcfa2db1744a3f6ccfc917cc8d7.tar.xz
youtube-dl-8abbf43f21d2afcfa2db1744a3f6ccfc917cc8d7.zip
release 2013.10.15 2013.10.15
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8824daee2..6dae0a580 100644
--- a/README.md
+++ b/README.md
@@ -57,9 +57,10 @@ which means you can modify it, redistribute it or use it however you like.
                                file. Record all downloaded videos in it.
 
 ## Download Options:
-    -r, --rate-limit LIMIT     maximum download rate (e.g. 50k or 44.6m)
+    -r, --rate-limit LIMIT     maximum download rate in bytes per second (e.g.
+                               50K or 4.2M)
     -R, --retries RETRIES      number of retries (default is 10)
-    --buffer-size SIZE         size of download buffer (e.g. 1024 or 16k)
+    --buffer-size SIZE         size of download buffer (e.g. 1024 or 16K)
                                (default is 1024)
     --no-resize-buffer         do not automatically adjust the buffer size. By
                                default, the buffer size is automatically resized
@@ -100,6 +101,7 @@ which means you can modify it, redistribute it or use it however you like.
                                file modification time
     --write-description        write video description to a .description file
     --write-info-json          write video metadata to a .info.json file
+    --write-annotations        write video annotations to a .annotation file
     --write-thumbnail          write thumbnail image to disk
 
 ## Verbosity / Simulation Options:
@@ -166,6 +168,7 @@ which means you can modify it, redistribute it or use it however you like.
                                processed files are overwritten by default
     --embed-subs               embed subtitles in the video (only for mp4
                                videos)
+    --add-metadata             add metadata to the files
 
 # CONFIGURATION