release 2014.01.23
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 22 Jan 2014 23:13:00 +0000 (00:13 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 22 Jan 2014 23:13:00 +0000 (00:13 +0100)
README.md
youtube_dl/version.py

index 5b6626374d0fcee9c826fbea20c7b73dcc42685d..0eec2e0cb8d0e226dfb0659f4044b3a22e520306 100644 (file)
--- 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
index 2978afb0e45f984a01a3048e876f39047f2acc6c..5182f71c7c2f44230d097f42c363ec3ad13704bb 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.22.5'
+__version__ = '2014.01.23'