From 8bbaa1c34474371d963a579b544268dc61884af3 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 25 May 2013 20:55:45 +0200 Subject: Added filters from Andreas Steinhoff. --- mods/chip.de-topnews.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mods/chip.de-topnews.json (limited to 'mods/chip.de-topnews.json') diff --git a/mods/chip.de-topnews.json b/mods/chip.de-topnews.json new file mode 100644 index 0000000..8a466e9 --- /dev/null +++ b/mods/chip.de-topnews.json @@ -0,0 +1,12 @@ +{ + "name": "Chip.de Top News", + "author": "Andreas Steinhoff", + "stamp": 1369484764, + "feed": "http://www.chip.de/rss/rss_topnews.xml", + "match": "chip\.de", + "config": { + "type": "xpath", + "xpath": "div[@class='col478-le']" +// "xpath": "div[starts-with(@class, 'col478-le']" + } +} -- cgit v1.3.1