release 2015.01.23.3
authorPhilipp Hagemeister <phihag@phihag.de>
Fri, 23 Jan 2015 11:17:19 +0000 (12:17 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 23 Jan 2015 11:17:19 +0000 (12:17 +0100)
README.md
youtube_dl/version.py

index 1408ebba06ddd209ae936999d100d0e057f8941d..869523720de21f07dc9a69030e7d4da6fe336060 100644 (file)
--- a/README.md
+++ b/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
                                      bidirectional text support. Requires bidiv
                                      or fribidi executable in PATH
+    --sleep-interval SECONDS         Number of seconds to sleep before each
+                                     download.
 
 ## Video Format Options:
     -f, --format FORMAT              video format code, specify the order of
index 674c2f279510840602e72b078096aa68c96a8d0d..f39b94361e6535a1a098cdeadc239273d6ba59c2 100644 (file)
@@ -1,3 +1,3 @@
 from __future__ import unicode_literals
 
-__version__ = '2015.01.23.2'
+__version__ = '2015.01.23.3'