diff options
author | Jeff Crouse <jefftimesten@gmail.com> | 2013-01-22 00:50:42 -0500 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-02-01 18:09:34 +0100 |
commit | 9e982f9e4eff4219f8c10df7529280b7eab16236 (patch) | |
tree | 01a8740d961e31b7977c2e480c2a007789428e75 /README.md | |
parent | c7a725cfad52dd82ed4695eb526c053c7d48944d (diff) |
Added "min-filesize" and "max-filesize" options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ which means you can modify it, redistribute it or use it however you like. --reject-title REGEX skip download for matching titles (regex or caseless sub-string) --max-downloads NUMBER Abort after downloading NUMBER files + --min-filesize SIZE Do not download any videos smaller than SIZE (e.g. 50k or 44.6m) + --max-filesize SIZE Do not download any videos larger than SIZE (e.g. 50k or 44.6m) ## Filesystem Options: -t, --title use title in file name |