aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-25 20:30:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-25 20:30:30 -0300
commit5750eef890738d2a2a59e4de80871823de147424 (patch)
tree65f7dff35e87b4bf2fdfac26ddd1b5d10228b2fe /lib
parentc1ef6801080a6783f78d1a767fa69a6f24c56676 (diff)
downloadhttruta-5750eef890738d2a2a59e4de80871823de147424.tar.gz
httruta-5750eef890738d2a2a59e4de80871823de147424.tar.bz2
Adding --mirror and --continue
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 \