aboutsummaryrefslogtreecommitdiff
path: root/httracker
diff options
context:
space:
mode:
Diffstat (limited to 'httracker')
-rwxr-xr-xhttracker8
1 files changed, 1 insertions, 7 deletions
diff --git a/httracker b/httracker
index 0651be4..cd99f60 100755
--- a/httracker
+++ b/httracker
@@ -3,15 +3,9 @@
# Httrack feed downloader.
#
-# Configuration
-source `dirname $0`/config || exit 1
-
-# Functions
+# Load and initialize
source `dirname $0`/lib/httracker/functions || exit 1
-# Create folders
-httracker_setup_folders
-
# Get URLs from feed
# Thanks http://stackoverflow.com/questions/443991/how-to-parse-rss-feeds-xml-in-a-shell-script
curl -s "$FEED" | grep -o '<link>[^<]*' | grep -o "[^>]*$" > $URLS