about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Crouse <jefftimesten@gmail.com>2013-01-22 00:50:42 -0500
committerPhilipp Hagemeister <phihag@phihag.de>2013-02-01 18:09:34 +0100
commit9e982f9e4eff4219f8c10df7529280b7eab16236 (patch)
tree01a8740d961e31b7977c2e480c2a007789428e75 /README.md
parentc7a725cfad52dd82ed4695eb526c053c7d48944d (diff)
downloadyoutube-dl-9e982f9e4eff4219f8c10df7529280b7eab16236.tar.gz
youtube-dl-9e982f9e4eff4219f8c10df7529280b7eab16236.tar.xz
youtube-dl-9e982f9e4eff4219f8c10df7529280b7eab16236.zip
Added "min-filesize" and "max-filesize" options
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 71bad017d..f637e0b1b 100644
--- a/README.md
+++ b/README.md
@@ -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