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/theoatmeal.json
Roland Angerer cb589fdd79 added cleanup config to the following mods
- jojosblog
- theoatmeal
2013-06-19 12:03:15 +02:00

13 lines
292 B
JSON

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