浏览代码

release 2015.01.23.3

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

+ 2 - 0
README.md

@@ -259,6 +259,8 @@ which means you can modify it, redistribute it or use it however you like.
     --bidi-workaround                Work around terminals that lack
     --bidi-workaround                Work around terminals that lack
                                      bidirectional text support. Requires bidiv
                                      bidirectional text support. Requires bidiv
                                      or fribidi executable in PATH
                                      or fribidi executable in PATH
+    --sleep-interval SECONDS         Number of seconds to sleep before each
+                                     download.
 
 
 ## Video Format Options:
 ## Video Format Options:
     -f, --format FORMAT              video format code, specify the order of
     -f, --format FORMAT              video format code, specify the order of

+ 1 - 1
youtube_dl/version.py

@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 from __future__ import unicode_literals
 
 
-__version__ = '2015.01.23.2'
+__version__ = '2015.01.23.3'