1
0

Merge pull request #10 from rangerer/mods_rangerer

added some more mods by rangerer, many thanks!
This commit is contained in:
Markus Birth 2013-06-20 03:01:56 -07:00
commit 65cb3066d2
9 changed files with 103 additions and 0 deletions

12
mods/cad-comic.com.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "Ctrl+Alt+Del",
"author": "Roland Angerer",
"stamp": 1371647734,
"feed": "http://cdn.cad-comic.com/rss.xml",
"match": "cad-comic.com/cad",
"config": {
"type": "xpath",
"xpath": "div[@id='content']",
"cleanup": [ "div[@id='menu']", "div[contains(@class, 'navigation')]", "div[contains(@class, 'addthis_toolbar')]" ]
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Katzenfuttergeleespritzer.de",
"author": "Roland Angerer",
"stamp": 1371643613,
"feed": "http://www.katzenfuttergeleespritzer.de/feed/",
"match": "katzenfuttergeleespritzer.de/comics",
"config": {
"type": "xpath",
"xpath": "div[@id='comic']"
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Fall on Me",
"author": "Roland Angerer",
"stamp": 1371642100,
"feed": "http://www.littleteacup.net/fallonme/feed/",
"match": "littleteacup.net/fallonme",
"config": {
"type": "xpath",
"xpath": "div[@id='comic']"
}
}

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')]" ]
}
}

View File

@ -0,0 +1,11 @@
{
"name": "Paralleluniversum",
"author": "Roland Angerer",
"stamp": 1371642493,
"feed": "http://www.paralleluniversum.net/feed/",
"match": "paralleluniversum.net",
"config": {
"type": "xpath",
"xpath": "div[@id='comic']"
}
}

11
mods/peanuts.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "Peanuts",
"author": "Roland Angerer",
"stamp": 1371650174,
"feed": "http://feeds.feedburner.com/uclick/peanuts?format=xml",
"match": "gocomics.com/peanuts",
"config": {
"type": "xpath",
"xpath": "p[contains(@class, 'feature_item')]"
}
}

12
mods/schlogger.de.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "schlogger",
"author": "Roland Angerer",
"stamp": 1371642811,
"feed": "http://schlogger.de/wordpress/feed/",
"match": "schlogger.de",
"config": {
"type": "xpath",
"xpath": "div[contains(@class, 'entry-content')]",
"cleanup": [ "iframe", "div[contains(@class, 'sharedaddy')]" ]
}
}

View File

@ -0,0 +1,12 @@
{
"name": "Selektive Erinnerung",
"author": "Roland Angerer",
"stamp": 1371642811,
"feed": "http://www.selektive-erinnerung.com/rss",
"match": "selektive-erinnerung.com",
"config": {
"type": "xpath",
"xpath": "div[@id='post']",
"cleanup": [ "div[@id='postinfo']" ]
}
}

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

@ -0,0 +1,11 @@
{
"name": "Zombies and Fairytales",
"author": "Roland Angerer",
"stamp": 1371644173,
"feed": "http://166612.webhosting66.1blu.de/zaf_de/wordpress/feed/",
"match": "zaf_de/wordpress/comic",
"config": {
"type": "xpath",
"xpath": "div[@id='comic']"
}
}