summaryrefslogtreecommitdiff
path: root/mods
diff options
context:
space:
mode:
Diffstat (limited to 'mods')
-rw-r--r--mods/der-postillon.json9
-rw-r--r--mods/kojote-magazin.json9
-rw-r--r--mods/n24.de.json2
-rw-r--r--mods/polizei-brandenburg-hvl.json9
4 files changed, 28 insertions, 1 deletions
diff --git a/mods/der-postillon.json b/mods/der-postillon.json
new file mode 100644
index 0000000..9f01f13
--- /dev/null
+++ b/mods/der-postillon.json
@@ -0,0 +1,9 @@
+{
+ "name": "Der Postillon",
+ "feed": "http://www.der-postillon.com/feeds/posts/default",
+ "match": "blogspot/rkEL",
+ "config": {
+ "type": "xpath",
+ "xpath": "div[@itemprop='articleBody']"
+ }
+}
diff --git a/mods/kojote-magazin.json b/mods/kojote-magazin.json
new file mode 100644
index 0000000..e331d51
--- /dev/null
+++ b/mods/kojote-magazin.json
@@ -0,0 +1,9 @@
+{
+ "name": "Der Kojote",
+ "feed": "http://www.kojote-magazin.de/feed/rss2",
+ "match": "kojote-magazin.de",
+ "config": {
+ "type": "xpath",
+ "xpath": "div[@class='post']"
+ }
+} \ No newline at end of file
diff --git a/mods/n24.de.json b/mods/n24.de.json
index 691c841..670a656 100644
--- a/mods/n24.de.json
+++ b/mods/n24.de.json
@@ -4,6 +4,6 @@
"match": "n24.de",
"config": {
"type": "xpath",
- "xpath": "div[@class='news']"
+ "xpath": "div[@class='c2a']"
}
}
diff --git a/mods/polizei-brandenburg-hvl.json b/mods/polizei-brandenburg-hvl.json
new file mode 100644
index 0000000..91f63ed
--- /dev/null
+++ b/mods/polizei-brandenburg-hvl.json
@@ -0,0 +1,9 @@
+{
+ "name": "Polizei Havelland",
+ "feed": "http://www.internetwache.brandenburg.de/sixcms/list.php?page=rss_hvl",
+ "match": "internetwache.brandenburg.de",
+ "config": {
+ "type": "xpath",
+ "xpath": "div[@id='content']/div[@class='box_content']"
+ }
+}