aboutsummaryrefslogtreecommitdiff
path: root/httracker
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-25 19:58:06 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-25 19:58:06 -0300
commit63ee798f1f6c6a58165f328027cc3f427535c447 (patch)
tree6df949e694d559ccbff2179acbca29bdf033f83e /httracker
parent084887f69ef9229da3c8e2d09c34839ca8180aef (diff)
downloadhttruta-63ee798f1f6c6a58165f328027cc3f427535c447.tar.gz
httruta-63ee798f1f6c6a58165f328027cc3f427535c447.tar.bz2
Moving functions to lib
Diffstat (limited to 'httracker')
-rwxr-xr-xhttracker9
1 files changed, 0 insertions, 9 deletions
diff --git a/httracker b/httracker
index c59004a..5b5de29 100755
--- a/httracker
+++ b/httracker
@@ -5,15 +5,6 @@
# Configuration
source config || exit 1
-MIRRORS="/var/cache/sites/arquivo/conteudo/links.sarava.org/assets"
-FEED="https://links.sarava.org/rss?sort=date_desc&count=100"
-TMP="/tmp/httracker"
-URLS="$TMP/urls.txt"
-LEVEL="1"
-EXT_LEVEL="1"
-FILESIZE=""
-USER="arquivo"
-GROUP="arquivo"
# Load functions
source lib/httracker/functions || exit 1