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/heise.de2.json | |
| parent | e45a9a98742911e5944b1384e9b7c7e27bb38d64 (diff) | |
| download | yafpp-8bbaa1c34474371d963a579b544268dc61884af3.tar.gz yafpp-8bbaa1c34474371d963a579b544268dc61884af3.zip | |
Added filters from Andreas Steinhoff.
Diffstat (limited to 'mods/heise.de2.json')
| -rw-r--r-- | mods/heise.de2.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mods/heise.de2.json b/mods/heise.de2.json new file mode 100644 index 0000000..695f884 --- /dev/null +++ b/mods/heise.de2.json @@ -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']" + } +} |
