From 65df130d9a2f84e988ad9031f10fc933ecf9e79e Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 18 Apr 2013 02:14:41 +0200 Subject: Added NichtDieWelt mod --- mods/nichtdiewelt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mods/nichtdiewelt.json (limited to 'mods') diff --git a/mods/nichtdiewelt.json b/mods/nichtdiewelt.json new file mode 100644 index 0000000..64f09b4 --- /dev/null +++ b/mods/nichtdiewelt.json @@ -0,0 +1,9 @@ +{ + "name": "NichtDieWelt", + "feed": "http://nicht-die-welt.de/feed/rss/", + "match": "NichtDieWelt", + "config": { + "type": "xpath", + "xpath": "div[@id='content-area']" + } +} -- cgit v1.3.1