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/n24.de.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mods/n24.de.json (limited to 'mods/n24.de.json') diff --git a/mods/n24.de.json b/mods/n24.de.json new file mode 100644 index 0000000..691c841 --- /dev/null +++ b/mods/n24.de.json @@ -0,0 +1,9 @@ +{ + "name": "N24.de", + "feed": "http://feeds.n24.de/n24/homepage", + "match": "n24.de", + "config": { + "type": "xpath", + "xpath": "div[@class='news']" + } +} -- cgit v1.3.1