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": "Jojo's illustrierter Blog",
"author": "Markus Birth",
"stamp": 1369500284,
"stamp": 1371635271,
"feed": "http://blog.beetlebum.de/feed/",
"match": "blog.beetlebum.de",
"config": {
"type": "xpath",
"xpath": "div[@class='entry-content']"
"xpath": "div[@id='content']/article",
"cleanup": [ "header", "footer" ]
}
}