From 9a69161c8646f63b4d9fa17c6ac3ab922d625859 Mon Sep 17 00:00:00 2001 From: "FiveFilters.org" Date: Wed, 27 Feb 2013 23:43:10 +0100 Subject: Initial commit --- ilounge.com.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ilounge.com.txt (limited to 'ilounge.com.txt') diff --git a/ilounge.com.txt b/ilounge.com.txt new file mode 100644 index 0000000..9880b51 --- /dev/null +++ b/ilounge.com.txt @@ -0,0 +1,13 @@ +# Get proper Title, Author and Date info +title: substring-before(//title, '|') +author: substring-after(//h4/a[@href='http://www.ilounge.com/index.php/ilounge/aboutus/'], 'By') +date: //span[@class='instapaper_date'] + +# For Reviews & First Looks, get the intro paragraph and put it in front of the main body. +move_into(//div[@id='instapaper_para1']): //div[@id='instapaper_body'] +body: //div[@id='instapaper_para1'] +strip: //div[@class='reviewinfo'] + +# We don't use footnotes, so why bother checking for them? +footnotes: no +test_url: http://www.ilounge.com/index.php/reviews/entry/luxa2-alum-x-for-iphone-4-4s/?utm_source=twitterfeed&utm_medium=twitter \ No newline at end of file -- cgit v1.3.1