summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-23 04:20:25 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-23 04:20:25 +0100
commita94e129a653824f54621f9d603f014e0d7591804 (patch)
treebae651840b2673fc15c70cff64f51d373f2a84a6
parent5d681e960db98ec2d9f3d4361bd66f581506a772 (diff)
release 2013.12.23.12013.12.23.1
-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 caed948467..91e18e372b 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,8 @@ which means you can modify it, redistribute it or use it however you like.
/youtube-dl .
--no-cache-dir Disable filesystem caching
--bidi-workaround Work around terminals that lack bidirectional
- text support. Requires fribidi executable in PATH
+ text support. Requires bidiv or fribidi
+ executable in PATH
## Video Selection:
--playlist-start NUMBER playlist video to start at (default is 1)
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 24855bceb5..c727dc5121 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.12.23'
+__version__ = '2013.12.23.1'