From: Silvio Rhatto Date: Sun, 25 Aug 2013 23:53:14 +0000 (-0300) Subject: Increase depth X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=56b5c08975005b0eef4f9075e064e7e6fd9e3928;p=httruta.git Increase depth --- diff --git a/lib/httracker/functions b/lib/httracker/functions index 40a9290..77fc667 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -29,7 +29,7 @@ function httracker_get { httrack \ --mirror \ --continue \ - --depth=1 \ + --depth=2 \ --purge-old=0 \ --index \ --cookies=1 \ @@ -67,7 +67,7 @@ function httracker_get_incremental { --mirror \ --continue \ --user links \ - --depth=1 \ + --depth=2 \ --purge-old=0 \ --index \ --cookies=1 \