aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/httracker/functions4
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 \