aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.mdwn3
-rwxr-xr-xhttracker4
2 files changed, 3 insertions, 4 deletions
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