diff options
author | Joel Verhagen <joel.verhagen@gmail.com> | 2012-07-14 16:47:19 -0400 |
---|---|---|
committer | Joel Verhagen <joel.verhagen@gmail.com> | 2012-07-14 16:47:19 -0400 |
commit | 891d7f232959f85810011fe32b107a0dfd5db85b (patch) | |
tree | fc9f45eebaaad994915cb3221152f873b0ac8c80 /README.md | |
parent | cca4828ac94e6d2e4e1918405d0fcbc8e6ac92d0 (diff) |
Added options to set download buffer size and disable automatic buffer resizing.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ which means you can modify it, redistribute it or use it however you like. -i, --ignore-errors continue on download errors -r, --rate-limit LIMIT download rate limit (e.g. 50k or 44.6m) -R, --retries RETRIES number of retries (default is 10) + -b, --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 --dump-user-agent display the current browser identification --list-extractors List all supported extractors and the URLs they would handle |