XPath explanation in README, some new mods
This commit is contained in:
9
mods/der-postillon.json
Normal file
9
mods/der-postillon.json
Normal 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
9
mods/kojote-magazin.json
Normal 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']"
|
||||
}
|
||||
}
|
@ -4,6 +4,6 @@
|
||||
"match": "n24.de",
|
||||
"config": {
|
||||
"type": "xpath",
|
||||
"xpath": "div[@class='news']"
|
||||
"xpath": "div[@class='c2a']"
|
||||
}
|
||||
}
|
||||
|
9
mods/polizei-brandenburg-hvl.json
Normal file
9
mods/polizei-brandenburg-hvl.json
Normal 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']"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user