release 2013.09.20
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 20 Sep 2013 08:24:48 +0000 (10:24 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 20 Sep 2013 08:24:48 +0000 (10:24 +0200)
README.md
youtube_dl/version.py

index 400e6cd480fa8dbc6182fdb760c2529f17f6c853..f54945accb4d702ec8fef66ae97ea497657251d2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@ which means you can modify it, redistribute it or use it however you like.
     -U, --update               update this program to latest version. Make sure
                                that you have sufficient permissions (run with
                                sudo if needed)
-    -i, --ignore-errors        continue on download errors
+    -i, --ignore-errors        continue on download errors, for example to to
+                               skip unavailable videos in a playlist
     --dump-user-agent          display the current browser identification
     --user-agent UA            specify a custom user agent
     --referer REF              specify a custom referer, use if the video access
index 80ccfbd4f2465b0a00e3693a6f588671226f5ff2..a796645213156480d46030a0eeb5977cecd50a4c 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.09.17'
+__version__ = '2013.09.20'