summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-03 12:12:17 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-03 12:12:17 +0100
commitfa7f58e43380e3c7c556db52c63d436d5f8db3ef (patch)
treee2357e88fc2a9962db2276aa9a8e48ed6fe17429
parent71cd2a571e794dfcd06a4656846d098c4d034a5b (diff)
release 2014.01.032014.01.03
-rw-r--r--README.md6
-rw-r--r--youtube_dl/version.py2
2 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index cde1d1485d..0070617d4d 100644
--- a/README.md
+++ b/README.md
@@ -34,9 +34,11 @@ which means you can modify it, redistribute it or use it however you like.
empty string (--proxy "") for direct connection
--no-check-certificate Suppress HTTPS certificate validation.
--cache-dir DIR Location in the filesystem where youtube-dl can
- store downloaded information permanently. By
+ store some downloaded information permanently. By
default $XDG_CACHE_HOME/youtube-dl or ~/.cache
- /youtube-dl .
+ /youtube-dl . At the moment, only YouTube player
+ files (for videos with obfuscated signatures) are
+ cached, but that may change.
--no-cache-dir Disable filesystem caching
--bidi-workaround Work around terminals that lack bidirectional
text support. Requires bidiv or fribidi
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 332913b31f..bf5fc82126 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.12.26'
+__version__ = '2014.01.03'