diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:53:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:53:14 -0300 |
commit | 56b5c08975005b0eef4f9075e064e7e6fd9e3928 (patch) | |
tree | b774b4ddb7bf964fc7b2fbdd0b57a75e77edc548 /lib | |
parent | e10bb84f6e3a5aa3d73c2b3a141ad7b99fe86762 (diff) | |
download | httruta-56b5c08975005b0eef4f9075e064e7e6fd9e3928.tar.gz httruta-56b5c08975005b0eef4f9075e064e7e6fd9e3928.tar.bz2 |
Increase depth
Diffstat (limited to 'lib')
-rw-r--r-- | lib/httracker/functions | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |