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/jojosblog.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mods/jojosblog.json (limited to 'mods/jojosblog.json') diff --git a/mods/jojosblog.json b/mods/jojosblog.json new file mode 100644 index 0000000..b9c44f5 --- /dev/null +++ b/mods/jojosblog.json @@ -0,0 +1,9 @@ +{ + "name": "Jojo's illustrierter Blog", + "feed": "http://blog.beetlebum.de/feed/", + "match": "blog.beetlebum.de", + "config": { + "type": "xpath", + "xpath": "div[@class='entry-content']" + } +} -- cgit v1.3.1