blob: 764cb4248faae15edf166e1421336defcd07e52e (
plain)
1
2
3
4
5
6
7
8
9
10
11
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')]" ]
}
}
|