1
0

Started parseable mod collection.

This commit is contained in:
2013-04-10 11:39:35 +02:00
parent 60ee671064
commit 58fc79ea37
7 changed files with 64 additions and 0 deletions

9
mods/theoatmeal.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "The Oatmeal",
"feed": "http://theoatmeal.com/feed/rss",
"match": "oatmeal",
"config": {
"type": "xpath",
"xpath": "div[@id='comic']"
}
}