From 9a96ce202194bb7ddc33f2fe61e8f25e8555f473 Mon Sep 17 00:00:00 2001 From: Tim Groeneveld Date: Tue, 10 Mar 2015 11:33:44 +1100 Subject: Add a bunch of Australian news sites. * au.businessinsider.com * au.news.yahoo.com * brokernews.com.au * choice.com.au * cnet.com.au * dailytelegraph.com.au * designbuildsource.com.au * gizmodo.com.au * heraldsun.com.au * itnews.com.au * marketingmag.com.au * moneymanagement.com.au * news.com.au * news.ninemsn.com.au * perthnow.com.au * smh.com.au * smh.drive.com.au * sunshinecoastdaily.com.au * theaustralian.com.au * watoday.com.au * weeklytimesnow.com.au * westernadvocate.com.au --- perthnow.com.au.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 perthnow.com.au.txt (limited to 'perthnow.com.au.txt') diff --git a/perthnow.com.au.txt b/perthnow.com.au.txt new file mode 100644 index 0000000..b0ce56c --- /dev/null +++ b/perthnow.com.au.txt @@ -0,0 +1,12 @@ +#body: //div[@class='story-body'] +body: //div[contains(@class, 'story-body')] +title: //div[@class='story-headline']//h1 +author: //cite[contains(@class, 'author')] +date: //span[@class='datestamp'] + +strip_id_or_class: story-info +strip: //div[contains(@class, 'story-promo')] +strip: //div[contains(@class, 'story-related')] + +prune: no +tidy: no -- cgit v1.3.1