From 9b776add4b73348db605dc988ba99f83d281cdbd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 25 Aug 2013 20:02:27 -0300 Subject: Cleanup --- httracker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httracker') diff --git a/httracker b/httracker index 385035c..5967e4a 100755 --- a/httracker +++ b/httracker @@ -6,13 +6,13 @@ # Configuration source config || exit 1 -# Load functions +# Functions source lib/httracker/functions || exit 1 # Create folders mkdir -p $MIRRORS $TMP -# Get URL +# 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 '[^<]*' | grep -o "[^>]*$" > $URLS -- cgit v1.2.3