diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2013-02-02 14:45:38 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2013-02-02 14:45:38 +0100 | 
| commit | 085c8b75a6a809fb0ff151d661e7822c276be9b3 (patch) | |
| tree | 64b001b19a22b47e68d5637e7dd901f2acf6f808 | |
| parent | dbf2ba3d61da04a8b3fce0ef560fdb4e74654523 (diff) | |
release 2013.02.022013.02.02
| -rw-r--r-- | README.md | 6 | 
1 files changed, 4 insertions, 2 deletions
| @@ -38,8 +38,10 @@ 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      Skip files smaller than this size -    --max-filesize SIZE      Skip files larger than this size +    --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 | 
