summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-02-26 00:42:02 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-02-26 00:42:02 +0100
commit13cd97f3dfd87373cfc501224692352cb20e8194 (patch)
treebda9099636d104c4c7bda497954e8c84beb51497
parent183139340b4841f22357fcf2b6a5ce2dedd71146 (diff)
release 2015.02.262015.02.26
-rw-r--r--README.md2
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 699401b49b..2c53e22115 100644
--- 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
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index d23c6ae3d7..0cbf66ed1e 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,3 +1,3 @@
from __future__ import unicode_literals
-__version__ = '2015.02.24.2'
+__version__ = '2015.02.26'