summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-09-20 10:24:48 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-09-20 10:24:48 +0200
commit63037593c0cc3d5da4065368736d74fd594cb1fc (patch)
treeb209ce19a93db46fee4e2c48beb0ad8cc96c24b7
parent7a878d47fa57cbfc8b8df398d6dbe753fdabaf0b (diff)
release 2013.09.202013.09.20
-rw-r--r--README.md3
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 400e6cd480..f54945accb 100644
--- 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
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 80ccfbd4f2..a796645213 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.09.17'
+__version__ = '2013.09.20'