1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ttrss_plugin-af_feedmod/mods/jojosblog.json
Roland Angerer cb589fdd79 added cleanup config to the following mods
- jojosblog
- theoatmeal
2013-06-19 12:03:15 +02:00

13 lines
316 B
JSON

{
"name": "Jojo's illustrierter Blog",
"author": "Markus Birth",
"stamp": 1371635271,
"feed": "http://blog.beetlebum.de/feed/",
"match": "blog.beetlebum.de",
"config": {
"type": "xpath",
"xpath": "div[@id='content']/article",
"cleanup": [ "header", "footer" ]
}
}