summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-09 04:09:06 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-09 04:09:06 +0100
commiteaa1a7bde32fc3e5ea103b87cc54e915cd70c5e8 (patch)
treee3904aab4120492aa50ce167d433ff5c049f0640
parent0783b09b9253b8dc55d592de98877f25ec7c3b90 (diff)
downloadyoutube-dl-eaa1a7bde32fc3e5ea103b87cc54e915cd70c5e8.tar.gz
youtube-dl-eaa1a7bde32fc3e5ea103b87cc54e915cd70c5e8.tar.xz
youtube-dl-eaa1a7bde32fc3e5ea103b87cc54e915cd70c5e8.zip
release 2013.12.09.1 2013.12.09.1
-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 029c418d1..27cfd7080 100644
--- 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)
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 4f9e5e12b..f7f658f49 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
 
-__version__ = '2013.12.09'
+__version__ = '2013.12.09.1'