diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:01:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:01:03 -0300 |
commit | 32d0733a7ad32017649f0c0a5ac2b82e85af38db (patch) | |
tree | 723d1ec998c1f3f70de44d3d1c9c9feb7a826bf0 /scuttler | |
parent | 63ee798f1f6c6a58165f328027cc3f427535c447 (diff) | |
download | httruta-32d0733a7ad32017649f0c0a5ac2b82e85af38db.tar.gz httruta-32d0733a7ad32017649f0c0a5ac2b82e85af38db.tar.bz2 |
Adding httracker_iterate
Diffstat (limited to 'scuttler')
-rwxr-xr-x | scuttler | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -25,9 +25,11 @@ chown links.links ${URLS} chmod 600 ${URLS} httracker_sqlquery "select bAddress from sc_bookmarks;" > ${URLS} -# Prepare and download -httracker_target_single -httracker_get_single +# Download in incremental mode +httracker_get_incremental + +# Download in mirror mode +httracker_iterate # Cleanup rm -rf $TMP |