summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-10-07 14:34:19 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-10-07 14:34:19 +0200
commit4481a754e454eebb3688f048639c21890189681b (patch)
treeb7a84bd67a2f7df50da1c63c31c9e8db0d96d4a6
parentfaa6ef6bc826c03b39db49ed5b4b76960e46970e (diff)
release 2013.10.072013.10.07
-rw-r--r--README.md3
-rw-r--r--youtube_dl/version.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14d62b189c..8824daee2c 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,9 @@ which means you can modify it, redistribute it or use it however you like.
--datebefore DATE download only videos uploaded before this date
--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
+ file. Record all downloaded videos in it.
## Download Options:
-r, --rate-limit LIMIT maximum download rate (e.g. 50k or 44.6m)
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index 08eda21976..8b4f033085 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.10.06'
+__version__ = '2013.10.07'