From 077c9fe390cf26e2c33d8534098f246a7b948554 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Mon, 18 Apr 2016 21:15:24 +0200 Subject: add filmstarts.de (#147) --- filmstarts.de.txt | 13 +++++++++++++ rss.filmstarts.de.txt | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 filmstarts.de.txt create mode 100644 rss.filmstarts.de.txt diff --git a/filmstarts.de.txt b/filmstarts.de.txt new file mode 100644 index 0000000..e0274d4 --- /dev/null +++ b/filmstarts.de.txt @@ -0,0 +1,13 @@ +title: //div[@class='title large'] +author: //meta[@name='author']/@content + +body: //div[@id="col_main"] + +strip: //div[contains(@class, "samekind")] +strip: //div[contains(@class, "shareThis")] +strip: //div[@class="jtp"] +strip: //div[@id="showdisqus"] +strip: //div[@class="disqus_toggle"] +strip: //div[@class="lighten margin_20b"] + +test_url: http://www.filmstarts.de/nachrichten/18503731.html diff --git a/rss.filmstarts.de.txt b/rss.filmstarts.de.txt new file mode 100644 index 0000000..c6ebdff --- /dev/null +++ b/rss.filmstarts.de.txt @@ -0,0 +1,13 @@ +title: //div[@class='title large'] +author: //meta[@name='author']/@content + +body: //div[@id="col_main"] + +strip: //div[contains(@class, "samekind")] +strip: //div[contains(@class, "shareThis")] +strip: //div[@class="jtp"] +strip: //div[@id="showdisqus"] +strip: //div[@class="disqus_toggle"] +strip: //div[@class="lighten margin_20b"] + +test_url: http://rss.filmstarts.de/~r/fs/news/filmnachrichten/~3/IItpQY2prWU/18503733.html -- cgit v1.3.1