1
0

XPath explanation in README, some new mods

This commit is contained in:
2013-04-11 15:56:46 +02:00
parent 58fc79ea37
commit 5a5728ef4d
6 changed files with 81 additions and 3 deletions

9
mods/der-postillon.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "Der Postillon",
"feed": "http://www.der-postillon.com/feeds/posts/default",
"match": "blogspot/rkEL",
"config": {
"type": "xpath",
"xpath": "div[@itemprop='articleBody']"
}
}

9
mods/kojote-magazin.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "Der Kojote",
"feed": "http://www.kojote-magazin.de/feed/rss2",
"match": "kojote-magazin.de",
"config": {
"type": "xpath",
"xpath": "div[@class='post']"
}
}

View File

@ -4,6 +4,6 @@
"match": "n24.de",
"config": {
"type": "xpath",
"xpath": "div[@class='news']"
"xpath": "div[@class='c2a']"
}
}

View File

@ -0,0 +1,9 @@
{
"name": "Polizei Havelland",
"feed": "http://www.internetwache.brandenburg.de/sixcms/list.php?page=rss_hvl",
"match": "internetwache.brandenburg.de",
"config": {
"type": "xpath",
"xpath": "div[@id='content']/div[@class='box_content']"
}
}