diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-07 10:09:56 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-07 10:09:56 +0100 |
commit | 96f1b0741caa0356eb1ab1b2215d357f2f647840 (patch) | |
tree | 7e8d732ec2a996f386669a68508ca6bbeb326e7f /README.md | |
parent | bac268e243f356ca90c11f4db9ff8126d4c59d5a (diff) |
release 2014.01.07.52014.01.07.5
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |