From ce1bbd9d043031e0da7bb74f2c82bc30625b3ea1 Mon Sep 17 00:00:00 2001 From: Roland Angerer Date: Wed, 19 Jun 2013 15:57:20 +0200 Subject: added peanuts comic mod --- mods/peanuts.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mods/peanuts.json diff --git a/mods/peanuts.json b/mods/peanuts.json new file mode 100644 index 0000000..9c79829 --- /dev/null +++ b/mods/peanuts.json @@ -0,0 +1,11 @@ +{ + "name": "Peanuts", + "author": "Roland Angerer", + "stamp": 1371650174, + "feed": "http://feeds.feedburner.com/uclick/peanuts?format=xml", + "match": "gocomics.com/peanuts", + "config": { + "type": "xpath", + "xpath": "p[contains(@class, 'feature_item')]" + } +} -- cgit v1.3.1