release 2013.04.27
authorPhilipp Hagemeister <phihag@phihag.de>
Sun, 28 Apr 2013 13:53:14 +0000 (15:53 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Sun, 28 Apr 2013 13:53:14 +0000 (15:53 +0200)
README.md
youtube_dl/version.py

index e4281ec58524460d747b05ac28eecdbaa8756901..af3ca58ea6bf968fbaa2df13f5d6365b7c570ea9 100644 (file)
--- 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
index ac8a05ab57b98343e1c5e273f9d300c763062b87..c6160359e6dd2dd0321d03fdeaf4c4fbfaf31170 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.04.22'
+__version__ = '2013.04.27'