diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2011-09-14 22:55:09 +0200 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2011-09-14 22:55:09 +0200 | 
| commit | 08c1d0d3bc43f344f58f16ff215f231f4b727f44 (patch) | |
| tree | dead67f993865b3dbed4d25fcb1fc66aef82ddb6 | |
| parent | 20e91e837530ea01a2e601bf162bfc4468db875a (diff) | |
Update README
| -rw-r--r-- | README.md | 8 | 
1 files changed, 7 insertions, 1 deletions
@@ -17,9 +17,15 @@ which means you can modify it, redistribute it or use it however you like.      -i, --ignore-errors      continue on download errors      -r, --rate-limit LIMIT   download rate limit (e.g. 50k or 44.6m)      -R, --retries RETRIES    number of retries (default is 10) +    --dump-user-agent        display the current browser identification + +### Video Selection:      --playlist-start NUMBER  playlist video to start at (default is 1)      --playlist-end NUMBER    playlist video to end at (default is last) -    --dump-user-agent        display the current browser identification +    --match-title REGEX      download only matching titles (regex or caseless +                             sub-string) +    --reject-title REGEX     skip download for matching titles (regex or +                             caseless sub-string)  ### Filesystem Options:      -t, --title              use title in file name  | 
