release 2015.02.26
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 25 Feb 2015 23:42:02 +0000 (00:42 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 25 Feb 2015 23:42:02 +0000 (00:42 +0100)
README.md
youtube_dl/version.py

index 699401b49b64f75b2a821f2b1abf86a7f050accb..2c53e22115eb7caaab770e876b606c004e527aca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -139,6 +139,8 @@ which means you can modify it, redistribute it or use it however you like.
                                      dislike_count <? 50 & description" .
     --no-playlist                    If the URL refers to a video and a
                                      playlist, download only the video.
+    --yes-playlist                   If the URL refers to a video and a
+                                     playlist, download the playlist.
     --age-limit YEARS                download only videos suitable for the given
                                      age
     --download-archive FILE          Download only videos not listed in the
index d23c6ae3d7c622f285aa7bb0e432b082fde29472..0cbf66ed1e12c1e9f5d801932957e2db85590374 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.02.24.2'
+__version__ = '2015.02.26'