From: Silvio Rhatto Date: Sun, 25 Aug 2013 20:57:33 +0000 (-0300) Subject: Commenting user/group directives X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b1cd9d087e2d5ff9aa0882c59c9e912d739bce9a;p=httruta.git Commenting user/group directives --- diff --git a/README.mdwn b/README.mdwn index cf1b36f..e9c9d72 100644 --- a/README.mdwn +++ b/README.mdwn @@ -7,6 +7,5 @@ Download all links from a feed using httrack. This is the engine behind the TODO ---- -- Auto sync git-annex at arquivo.sarava.org. -- Cronjob for httracker. - Include all sites already donwloaded by scuttler. +- Support for other fetchers like youtube-dl. diff --git a/httracker b/httracker index 4577d56..ea1eaab 100755 --- a/httracker +++ b/httracker @@ -20,7 +20,7 @@ function httracker_get { local target="$MIRRORS/$hash" mkdir -p $target - chown -R $USER.$GROUP $target/ + #chown -R $USER.$GROUP $target/ # We already got this one if [ -f "$target/ok" ]; then @@ -29,13 +29,13 @@ function httracker_get { # Get each URL httrack \ - --user $USER \ --depth=1 \ --purge-old=0 \ --index \ --cookies=1 \ --path ${target} \ -r${LEVEL} ${url} + #--user $USER \ #-e%${EXT_LEVEL} \ #-m$FILESIZE \ #--verbose