diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 21:01:45 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 21:01:45 -0300 | 
| commit | 5a2de6438e104d8e94f9c5356ade9aad4ec24519 (patch) | |
| tree | ef2dde70a47acb54721d0b474718e07f2f504eae /lib | |
| parent | 39e06a12805bc2ef6a709bfa1e9218e50e25cda3 (diff) | |
| download | httruta-5a2de6438e104d8e94f9c5356ade9aad4ec24519.tar.gz httruta-5a2de6438e104d8e94f9c5356ade9aad4ec24519.tar.bz2 | |
Adding --near
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/httracker/functions | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/httracker/functions b/lib/httracker/functions index b283586..a5144c9 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -30,6 +30,7 @@ function httracker_get {      --mirror            \      --continue          \      --depth=${DEPTH}    \ +    --near              \      --purge-old=0       \      --index             \      --cookies=1         \ @@ -68,6 +69,7 @@ function httracker_get_incremental {            --continue          \            --user links        \            --depth=${DEPTH}    \ +          --near              \            --purge-old=0       \            --index             \            --cookies=1         \ | 
