diff options
| -rw-r--r-- | mods/nichtdiewelt.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mods/nichtdiewelt.json b/mods/nichtdiewelt.json new file mode 100644 index 0000000..64f09b4 --- /dev/null +++ b/mods/nichtdiewelt.json @@ -0,0 +1,9 @@ +{ + "name": "NichtDieWelt", + "feed": "http://nicht-die-welt.de/feed/rss/", + "match": "NichtDieWelt", + "config": { + "type": "xpath", + "xpath": "div[@id='content-area']" + } +} |
