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/kojote-magazin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mods/kojote-magazin.json (limited to 'mods/kojote-magazin.json') diff --git a/mods/kojote-magazin.json b/mods/kojote-magazin.json new file mode 100644 index 0000000..e331d51 --- /dev/null +++ b/mods/kojote-magazin.json @@ -0,0 +1,9 @@ +{ + "name": "Der Kojote", + "feed": "http://www.kojote-magazin.de/feed/rss2", + "match": "kojote-magazin.de", + "config": { + "type": "xpath", + "xpath": "div[@class='post']" + } +} \ No newline at end of file -- cgit v1.3.1