1
0

added cleanup config to the following mods

- jojosblog
- theoatmeal
This commit is contained in:
Roland Angerer
2013-06-19 11:53:40 +02:00
parent 64a06e0c87
commit cb589fdd79
2 changed files with 6 additions and 4 deletions

View File

@ -1,11 +1,12 @@
{
"name": "The Oatmeal",
"author": "Markus Birth",
"stamp": 1369500284,
"stamp": 1371635271,
"feed": "http://theoatmeal.com/feed/rss",
"match": "oatmeal",
"config": {
"type": "xpath",
"xpath": "div[@id='comic']"
"xpath": "div[@id='comic']",
"cleanup": [ "div[@id='content_footer2']" ]
}
}