diff options
| -rw-r--r-- | filmstarts.de.txt | 13 | ||||
| -rw-r--r-- | rss.filmstarts.de.txt | 13 |
2 files changed, 26 insertions, 0 deletions
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 |
