diff options
Diffstat (limited to 'mods/theoatmeal.json')
| -rw-r--r-- | mods/theoatmeal.json | 9 |
1 files changed, 9 insertions, 0 deletions
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']" + } +} |
