summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-12-03 13:13:09 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-12-03 13:13:09 +0100
commit731e3dde299844fc3b0f369d5a161fa4df0eb718 (patch)
treef355f3ea9e6b39f1f10d8497969b6a305fd869df
parenta0eaa341e1ce6254179c1a00a11704da1887e124 (diff)
release 2013.12.032013.12.03
-rw-r--r--README.md2
-rw-r--r--youtube_dl/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 85af7cf7ec..00975ab5ea 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ which means you can modify it, redistribute it or use it however you like.
--dateafter DATE download only videos uploaded after this date
--no-playlist download only the currently playing video
--age-limit YEARS download only videos suitable for the given age
- --download-archive FILE Download only videos not present in the archive
+ --download-archive FILE Download only videos not listed in the archive
file. Record the IDs of all downloaded videos in
it.
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index d8f341ab98..f9a339c028 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.12.02'
+__version__ = '2013.12.03'