1
0

added schlogger.de mod

This commit is contained in:
Roland Angerer
2013-06-19 13:53:45 +02:00
parent 8b68be0d7c
commit a2e2360f4c

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