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/theoatmeal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mods/theoatmeal.json (limited to 'mods/theoatmeal.json') diff --git a/mods/theoatmeal.json b/mods/theoatmeal.json new file mode 100644 index 0000000..cc6d0a9 --- /dev/null +++ b/mods/theoatmeal.json @@ -0,0 +1,9 @@ +{ + "name": "The Oatmeal", + "feed": "http://theoatmeal.com/feed/rss", + "match": "oatmeal", + "config": { + "type": "xpath", + "xpath": "div[@id='comic']" + } +} -- cgit v1.3.1