From: Silvio Rhatto Date: Mon, 26 Aug 2013 00:01:45 +0000 (-0300) Subject: Adding --near X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5a2de6438e104d8e94f9c5356ade9aad4ec24519;p=httruta.git Adding --near --- 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 \