1
0

added news.orf.at mod

This commit is contained in:
Roland Angerer
2013-06-19 13:15:09 +02:00
parent ff7ae3c171
commit a737c5d146

12
mods/news.orf.at.json Normal file
View File

@ -0,0 +1,12 @@
{
"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')]" ]
}
}