summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-07-02 09:14:09 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-07-02 09:14:09 +0200
commitd5a62e4f5fb83bbcd44690e19df80997d27e31f3 (patch)
treef7f2af74b608fcbaf9a72fa7d65328a984040597
parent9a82b2389fd9b1d893400892d92006d2f9eb17db (diff)
release 2013.07.022013.07.02
-rw-r--r--README.md17
-rw-r--r--youtube_dl/version.py2
2 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index ee2cbb002a..b246d3c533 100644
--- a/README.md
+++ b/README.md
@@ -18,19 +18,13 @@ which means you can modify it, redistribute it or use it however you like.
--version print program version and exit
-U, --update update this program to latest version
-i, --ignore-errors continue on download errors
- -r, --rate-limit LIMIT maximum download rate (e.g. 50k or 44.6m)
- -R, --retries RETRIES number of retries (default is 10)
- --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
- from an initial value of SIZE.
--dump-user-agent display the current browser identification
--user-agent UA specify a custom user agent
--referer REF specify a custom referer, use if the video access
is restricted to one domain
--list-extractors List all supported extractors and the URLs they
would handle
+ --extractor-descriptions Output descriptions of all supported extractors
--proxy URL Use the specified HTTP/HTTPS proxy
--no-check-certificate Suppress HTTPS certificate validation.
@@ -50,6 +44,15 @@ which means you can modify it, redistribute it or use it however you like.
--datebefore DATE download only videos uploaded before this date
--dateafter DATE download only videos uploaded after this date
+## Download Options:
+ -r, --rate-limit LIMIT maximum download rate (e.g. 50k or 44.6m)
+ -R, --retries RETRIES number of retries (default is 10)
+ --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
+ from an initial value of SIZE.
+
## Filesystem Options:
-t, --title use title in file name (default)
--id use only video ID in file name
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 7bba3a8837..bc4ad90be2 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.06.34.4'
+__version__ = '2013.07.02'