From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- mobileopportunity.blogspot.com.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mobileopportunity.blogspot.com.txt (limited to 'mobileopportunity.blogspot.com.txt') diff --git a/mobileopportunity.blogspot.com.txt b/mobileopportunity.blogspot.com.txt new file mode 100644 index 0000000..82da4ae --- /dev/null +++ b/mobileopportunity.blogspot.com.txt @@ -0,0 +1,11 @@ +body: //div[@class='post uncustomized-post-template'] + +# remove duplicate of post title, which is a link +strip: //h3[@class='post-title'] + +# remove permalink and timestamp, which isn't useful as it's a time with no date +strip: //span[@class='post-timestamp'] + +# remove labels (tags) +strip: //span[@class='post-labels'] +test_url: http://mobileopportunity.blogspot.com/2010/12/rims-q3-financials-tale-of-two.html \ No newline at end of file -- cgit v1.3.1