diff options
| author | Markus Birth <github.com@birth-online.de> | 2013-06-21 05:04:57 -0700 |
|---|---|---|
| committer | Markus Birth <github.com@birth-online.de> | 2013-06-21 05:04:57 -0700 |
| commit | 465f46f1519ea93acc75abded1ddf4b442113143 (patch) | |
| tree | ba30efe38a468fe7ea64e0d3e8f864180109bd83 | |
| parent | ba2c2277409fce5a51a02871ba49c21338644259 (diff) | |
| parent | 0c6bbae7a3dbd1b58bd7375185861537597a1839 (diff) | |
| download | yafpp-465f46f1519ea93acc75abded1ddf4b442113143.tar.gz yafpp-465f46f1519ea93acc75abded1ddf4b442113143.zip | |
Merge pull request #12 from rangerer/mod_chaoslife
added chaoslife mod, thanks to @rangerer
| -rw-r--r-- | mods/chaoslife.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mods/chaoslife.json b/mods/chaoslife.json new file mode 100644 index 0000000..c9fc71f --- /dev/null +++ b/mods/chaoslife.json @@ -0,0 +1,11 @@ +{ + "name": "ChaosLife", + "author": "Roland Angerer", + "stamp": 1371815572, + "feed": "http://chaoslife.findchaos.com/feed", + "match": "chaoslife.findchaos.com", + "config": { + "type": "xpath", + "xpath": "div[@id='comic']" + } +} |
