diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:30:30 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:30:30 -0300 | 
| commit | 5750eef890738d2a2a59e4de80871823de147424 (patch) | |
| tree | 65f7dff35e87b4bf2fdfac26ddd1b5d10228b2fe /lib/httracker | |
| parent | c1ef6801080a6783f78d1a767fa69a6f24c56676 (diff) | |
| download | httruta-5750eef890738d2a2a59e4de80871823de147424.tar.gz httruta-5750eef890738d2a2a59e4de80871823de147424.tar.bz2 | |
Adding --mirror and --continue
Diffstat (limited to 'lib/httracker')
| -rw-r--r-- | lib/httracker/functions | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lib/httracker/functions b/lib/httracker/functions index 2cfff30..aa64fcb 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -17,6 +17,8 @@ function httracker_get {    # Get each URL    httrack               \ +    --mirror            \ +    --continue          \      --depth=1           \      --purge-old=0       \      --index             \ @@ -51,6 +53,8 @@ function httracker_get_incremental {    # Grabs URLs from the network    httrack --verbose           \ +          --mirror            \ +          --continue          \            --user links        \            --depth=1           \            --purge-old=0       \ | 
