From 5a5728ef4d0b0291b039cf1942e87cc8d621d00b Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Thu, 11 Apr 2013 15:56:46 +0200 Subject: XPath explanation in README, some new mods --- mods/der-postillon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mods/der-postillon.json (limited to 'mods/der-postillon.json') diff --git a/mods/der-postillon.json b/mods/der-postillon.json new file mode 100644 index 0000000..9f01f13 --- /dev/null +++ b/mods/der-postillon.json @@ -0,0 +1,9 @@ +{ + "name": "Der Postillon", + "feed": "http://www.der-postillon.com/feeds/posts/default", + "match": "blogspot/rkEL", + "config": { + "type": "xpath", + "xpath": "div[@itemprop='articleBody']" + } +} -- cgit v1.3.1