summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-05 04:44:34 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-05 04:44:34 +0100
commit4ea170b8a0e27a10f2baf1439da053a95dd6767c (patch)
tree9de39b48ae7895b5091962846231ef7f977e8c1d
parent49f2bf76a8e5e063a4053619dfb3153fe1c047dc (diff)
release 2014.01.05.12014.01.05.1
-rw-r--r--README.md1
-rw-r--r--youtube_dl/version.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0070617d4d..e5d626cc70 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ which means you can modify it, redistribute it or use it however you like.
files (for videos with obfuscated signatures) are
cached, but that may change.
--no-cache-dir Disable filesystem caching
+ --socket-timeout None Time to wait before giving up, in seconds
--bidi-workaround Work around terminals that lack bidirectional
text support. Requires bidiv or fribidi
executable in PATH
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 394c2e3a70..81a6ac6a1e 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2014.01.05'
+__version__ = '2014.01.05.1'