diff options
| author | Markus Birth <mab@silversolutions.de> | 2013-05-25 20:55:45 +0200 |
|---|---|---|
| committer | Markus Birth <mab@silversolutions.de> | 2013-05-25 20:55:45 +0200 |
| commit | 8bbaa1c34474371d963a579b544268dc61884af3 (patch) | |
| tree | 4fe79d4fc7b069cc30f5f077d9bb9e5ccbb3f2c1 /mods/chip.de-topnews.json | |
| parent | e45a9a98742911e5944b1384e9b7c7e27bb38d64 (diff) | |
| download | yafpp-8bbaa1c34474371d963a579b544268dc61884af3.tar.gz yafpp-8bbaa1c34474371d963a579b544268dc61884af3.zip | |
Added filters from Andreas Steinhoff.
Diffstat (limited to 'mods/chip.de-topnews.json')
| -rw-r--r-- | mods/chip.de-topnews.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mods/chip.de-topnews.json b/mods/chip.de-topnews.json new file mode 100644 index 0000000..8a466e9 --- /dev/null +++ b/mods/chip.de-topnews.json @@ -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']" + } +} |
