diff options
| author | Markus Birth <markus@birth-online.de> | 2013-04-10 11:39:35 +0200 |
|---|---|---|
| committer | Markus Birth <markus@birth-online.de> | 2013-04-10 11:39:35 +0200 |
| commit | 58fc79ea37435fe7adbbad4314e1b3f442aad714 (patch) | |
| tree | 221afd5e99b77ac750caf658c1a811163d5dfd7e /mods/heise.de.json | |
| parent | 60ee6710645c00209131b40074fa87d2c5f52a1b (diff) | |
| download | yafpp-58fc79ea37435fe7adbbad4314e1b3f442aad714.tar.gz yafpp-58fc79ea37435fe7adbbad4314e1b3f442aad714.zip | |
Started parseable mod collection.
Diffstat (limited to 'mods/heise.de.json')
| -rw-r--r-- | mods/heise.de.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mods/heise.de.json b/mods/heise.de.json new file mode 100644 index 0000000..4d62cc9 --- /dev/null +++ b/mods/heise.de.json @@ -0,0 +1,10 @@ +{ + "name": "heise.de", + "feed": "http://www.heise.de/newsticker/heise-atom.xml", + "match": "heise.de", + "config": { + "type": "xpath", + "xpath": "div[@class='meldung_wrapper']", + "force_charset": "utf-8" + } +} |
