From 5750eef890738d2a2a59e4de80871823de147424 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 25 Aug 2013 20:30:30 -0300 Subject: Adding --mirror and --continue --- lib/httracker/functions | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- cgit v1.2.3