1
0

Added filters from Andreas Steinhoff.

This commit is contained in:
Markus Birth 2013-05-25 20:55:45 +02:00
parent e45a9a9874
commit 8bbaa1c344
11 changed files with 122 additions and 0 deletions

11
mods/androidpit.de.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "AndroidPIT",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://www.androidpit.de/feed/main.xml",
"match": "androidpit\.de",
"config": {
"type": "xpath",
"xpath": "div[@class='left']"
}
}

12
mods/chip.de-topnews.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "Chip.de Top News",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://www.chip.de/rss/rss_topnews.xml",
"match": "chip\.de",
"config": {
"type": "xpath",
"xpath": "div[@class='col478-le']"
// "xpath": "div[starts-with(@class, 'col478-le']"
}
}

11
mods/golem.de2.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Golem 2",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://rss.golem.de/rss.php?feed=RSS2.0",
"match": "golem0Bde0C",
"config": {
"type": "xpath",
"xpath": "div[@class='g g4 g-ie6']"
}
}

11
mods/heise.de2.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "heise.de 2",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://www.heise.de/newsticker/heise-atom.xml",
"match": "heise\.de/tr",
"config": {
"type": "xpath",
"xpath": "div[@id='artikel']"
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Spiegel einestages",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://www.spiegel.de/einestages/index.rss",
"match": "einestages\.spiegel\.de",
"config": {
"type": "xpath",
"xpath": "div[@class='huNewAlbum']"
}
}

11
mods/spiegel.de.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Spiegel Online",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://www.spiegel.de/schlagzeilen/index.rss",
"match": "www\.spiegel\.de",
"config": {
"type": "xpath",
"xpath": "div[@class='spArticleColumn']"
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Tagesspiegel 1",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://www.tagesspiegel.de/contentexport/feed/home",
"match": "tagesspiegel0Bde0C",
"config": {
"type": "xpath",
"xpath": "div[@class='hcf-main-col hcf-detail']"
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Tagesspiegel 2",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://www.tagesspiegel.de/contentexport/feed/home",
"match": "tagesspiegel\.de",
"config": {
"type": "xpath",
"xpath": "div[@class='hcf-main-col hcf-detail']"
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Tagesspiegel 3",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://www.tagesspiegel.de/contentexport/feed/home",
"match": "tagesspiegel\.feedsportal\.com",
"config": {
"type": "xpath",
"xpath": "div[@class='hcf-main-col hcf-detail']"
}
}

11
mods/teltarif.de.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "teltarif.de",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://www.teltarif.de/feed/news/20.rss2",
"match": "teltarif\.de",
"config": {
"type": "xpath",
"xpath": "div[@class='roman4']"
}
}

11
mods/zeit.de.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Zeit.de",
"author": "Andreas Steinhoff",
"stamp": 1369484764,
"feed": "http://newsfeed.zeit.de/all",
"match": "zeit\.de",
"config": {
"type": "xpath",
"xpath": "div[@class='article']"
}
}