diff options
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 77fc667..b283586 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -29,7 +29,7 @@ function httracker_get {    httrack               \      --mirror            \      --continue          \ -    --depth=2           \ +    --depth=${DEPTH}    \      --purge-old=0       \      --index             \      --cookies=1         \ @@ -67,7 +67,7 @@ function httracker_get_incremental {            --mirror            \            --continue          \            --user links        \ -          --depth=2           \ +          --depth=${DEPTH}    \            --purge-old=0       \            --index             \            --cookies=1         \ | 
