summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-01-21 14:07:41 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-01-21 14:07:41 +0100
commit29895011315f015d0881fd21350f301efc74f22c (patch)
tree5e12e7310335368675448da2952461c2746636aa
parent7b0817e8e189ced899b64bfc3190b8f6218f04a3 (diff)
release 2014.01.212014.01.21
-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 cf0bb7b654..aafdd3e51c 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ which means you can modify it, redistribute it or use it however you like.
--download-archive FILE Download only videos not listed in the archive
file. Record the IDs of all downloaded videos in
it.
+ --include-ads Download advertisements as well (experimental)
## Download Options:
-r, --rate-limit LIMIT maximum download rate in bytes per second (e.g.
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 87285763a7..ca47958be1 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2014.01.20'
+__version__ = '2014.01.21'