release 2013.12.09.1
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Dec 2013 03:09:06 +0000 (04:09 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 9 Dec 2013 03:09:06 +0000 (04:09 +0100)
README.md
youtube_dl/version.py

index 029c418d16e332c73942bf6b60ac6470d8b8429f..27cfd70807d2545494055d5e22d3ed9733cf0101 100644 (file)
--- a/README.md
+++ b/README.md
@@ -38,6 +38,8 @@ which means you can modify it, redistribute it or use it however you like.
                                default $XDG_CACHE_HOME/youtube-dl or ~/.cache
                                /youtube-dl .
     --no-cache-dir             Disable filesystem caching
+    --bidi-workaround          Work around terminals that lack bidirectional
+                               text support. Requires fribidi executable in PATH
 
 ## Video Selection:
     --playlist-start NUMBER    playlist video to start at (default is 1)
index 4f9e5e12b645e156c7b0e321fa2babdcbeecb034..f7f658f49fd0f65b9f9ea6ca6aeba5fca3065a45 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.12.09'
+__version__ = '2013.12.09.1'