From 58fc79ea37435fe7adbbad4314e1b3f442aad714 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Wed, 10 Apr 2013 11:39:35 +0200 Subject: Started parseable mod collection. --- mods/heise.de.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mods/heise.de.json (limited to 'mods/heise.de.json') diff --git a/mods/heise.de.json b/mods/heise.de.json new file mode 100644 index 0000000..4d62cc9 --- /dev/null +++ b/mods/heise.de.json @@ -0,0 +1,10 @@ +{ + "name": "heise.de", + "feed": "http://www.heise.de/newsticker/heise-atom.xml", + "match": "heise.de", + "config": { + "type": "xpath", + "xpath": "div[@class='meldung_wrapper']", + "force_charset": "utf-8" + } +} -- cgit v1.3.1