release 2014.01.07.5
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 7 Jan 2014 09:09:56 +0000 (10:09 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 7 Jan 2014 09:09:56 +0000 (10:09 +0100)
README.md
youtube_dl/version.py

index 0c496222f09af2adf2c1b091740260fe49cc3a8d..7a214ef170bcabd079bf90c047ec927fb98191be 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,8 +58,10 @@ which means you can modify it, redistribute it or use it however you like.
     --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
+    --datebefore DATE          download only videos uploaded on or before this
+                               date (i.e. inclusive)
+    --dateafter DATE           download only videos uploaded on or after this
+                               date (i.e. inclusive)
     --min-views COUNT          Do not download any videos with less than COUNT
                                views
     --max-views COUNT          Do not download any videos with more than COUNT
index fd5ef5cbb3bd9fcb09ec9ded1b78025f0d861985..a82e2280cccb7297b747b7a1515e6e8d9a652168 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2014.01.07.4'
+__version__ = '2014.01.07.5'