]> gitweb.fluxo.info Git - httruta.git/commitdiff
Commenting user/group directives
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Aug 2013 20:57:33 +0000 (17:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Aug 2013 20:57:33 +0000 (17:57 -0300)
README.mdwn
httracker

index cf1b36f3f9efacd4ec216386c001f7181a86fdd5..e9c9d7212a1681f25d2965febf16dffdf08f98d9 100644 (file)
@@ -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.
index 4577d56b402ffd232ba7555fca6405e50efd572c..ea1eaabccbbcceae300e23fa8c951c89950ed7e0 100755 (executable)
--- 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