summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-23 00:13:00 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-23 00:13:00 +0100
commitc35b1b07e2ca9dfac0cb897fd5ad047bebf15400 (patch)
tree291601c0ebb667321df69c5e32e4c7e6048e12ca
parent066f6a06305c715c94054ea00734e9259d5a2257 (diff)
release 2014.01.232014.01.23
-rw-r--r--README.md4
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5b6626374d..0eec2e0cb8 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,8 @@ which means you can modify it, redistribute it or use it however you like.
downloaded videos in it.
--include-ads Download advertisements as well
(experimental)
+ --youtube-include-dash-manifest Try to download the DASH manifest on
+ YouTube videos (experimental)
## Download Options:
-r, --rate-limit LIMIT maximum download rate in bytes per second
@@ -150,8 +152,6 @@ which means you can modify it, redistribute it or use it however you like.
--write-thumbnail write thumbnail image to disk
## Verbosity / Simulation Options:
- --youtube-include-dash-manifest Try to download the DASH manifest on
- YouTube videos (experimental)
-q, --quiet activates quiet mode
-s, --simulate do not download the video and do not write
anything to disk
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 2978afb0e4..5182f71c7c 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2014.01.22.5'
+__version__ = '2014.01.23'