release 2014.10.24
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 24 Oct 2014 12:48:19 +0000 (14:48 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 24 Oct 2014 12:48:19 +0000 (14:48 +0200)
README.md
youtube_dl/version.py

index 90ba928c3b7beb3de2a4ed7cc7fa09aef03c3d1c..e772fc22aa9f557f64a13b629adb6a75ea4d613d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -69,6 +69,8 @@ which means you can modify it, redistribute it or use it however you like.
                                      configuration in ~/.config/youtube-dl.conf
                                      (%APPDATA%/youtube-dl/config.txt on
                                      Windows)
+    --flat-playlist                  Do not extract the videos of a playlist,
+                                     only list them.
 
 ## Video Selection:
     --playlist-start NUMBER          playlist video to start at (default is 1)
index 75da03df16f350d07a3e34475f8648b6f3bc0ef5..59cb3b1a1aaa60361d697d4abd79687392d86a8c 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.10.23'
+__version__ = '2014.10.24'