aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-04-28 15:53:14 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-04-28 15:53:14 +0200
commitfc63faf070b35d66eacd64fac85fc4dccbf26dc9 (patch)
treeae7bc75eaf6e4aa7204c2fbbdd08d51cdfbf32d8
parent9665577802a622827fa5fcacc737668b574f7cfc (diff)
downloadyoutube-dl-fc63faf070b35d66eacd64fac85fc4dccbf26dc9.tar.xz
release 2013.04.272013.04.27
-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 e4281ec58..af3ca58ea 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,9 @@ which means you can modify it, redistribute it or use it however you like.
(e.g. 50k or 44.6m)
--max-filesize SIZE Do not download any videos larger than SIZE (e.g.
50k or 44.6m)
+ --date DATE download only videos uploaded in this date
+ --datebefore DATE download only videos uploaded before this date
+ --dateafter DATE download only videos uploaded after this date
## Filesystem Options:
-t, --title use title in file name
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index ac8a05ab5..c6160359e 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.04.22'
+__version__ = '2013.04.27'