From 07f5b921710a61cd91532e021d028f845d96cfd3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 27 Aug 2013 13:19:58 -0300 Subject: Fix entities on httracker_iterate --- httracker | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'httracker') diff --git a/httracker b/httracker index 59fcfa9..7fc33c1 100755 --- a/httracker +++ b/httracker @@ -8,8 +8,7 @@ source `dirname $0`/lib/httracker/functions || exit 1 # 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 "[^>]*$" \ - | `dirname $0`/lib/httracker/html.sed > $URLS +curl -s "$FEED" | grep -o '[^<]*' | grep -o "[^>]*$" > $URLS if [ "$?" != "0" ]; then echo "Error downloading feed $FEED, aborting." -- cgit v1.2.3