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.
ttrss_plugin-af_feedmod/mods/news.orf.at.json
2013-06-19 13:15:09 +02:00

13 lines
326 B
JSON

{
"name": "news.ORF.at",
"author": "Roland Angerer",
"stamp": 1371640419,
"feed": "http://rss.orf.at/news.xml",
"match": "news.orf.at",
"config": {
"type": "xpath",
"xpath": "div[contains(@class, 'storyText')]",
"cleanup": [ "h1", "div[contains(@class, 'storyMeta')]" ]
}
}