浏览代码

release 2013.12.23.1

Philipp Hagemeister 11 年之前
父节点
当前提交
a94e129a65
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      README.md
  2. 1 1
      youtube_dl/version.py

+ 2 - 1
README.md

@@ -39,7 +39,8 @@ which means you can modify it, redistribute it or use it however you like.
                                /youtube-dl .
                                /youtube-dl .
     --no-cache-dir             Disable filesystem caching
     --no-cache-dir             Disable filesystem caching
     --bidi-workaround          Work around terminals that lack bidirectional
     --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:
 ## Video Selection:
     --playlist-start NUMBER    playlist video to start at (default is 1)
     --playlist-start NUMBER    playlist video to start at (default is 1)

+ 1 - 1
youtube_dl/version.py

@@ -1,2 +1,2 @@
 
 
-__version__ = '2013.12.23'
+__version__ = '2013.12.23.1'