From a737c5d1469ab2a3a2fe787ca12f31748a543909 Mon Sep 17 00:00:00 2001 From: Roland Angerer Date: Wed, 19 Jun 2013 13:15:09 +0200 Subject: added news.orf.at mod --- mods/news.orf.at.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mods/news.orf.at.json (limited to 'mods') diff --git a/mods/news.orf.at.json b/mods/news.orf.at.json new file mode 100644 index 0000000..58afa97 --- /dev/null +++ b/mods/news.orf.at.json @@ -0,0 +1,12 @@ +{ + "name": "news.ORF.at", + "author": "Roland Angerer", + "stamp": 1371640419, + "feed": "http://rss.orf.at/news.xml", + "match": "news.orf.at", + "config": { + "type": "xpath", + "xpath": "div[contains(@class, 'storyText')]", + "cleanup": [ "h1", "div[contains(@class, 'storyMeta')]" ] + } +} -- cgit v1.3.1