From b8be6bcdb3df6316aaeca4c9409af2354311b22b Mon Sep 17 00:00:00 2001 From: Julian Oster Date: Sat, 23 Apr 2016 23:50:58 +0200 Subject: Add support for neues-deutschland.de (#150) --- neues-deutschland.de.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 neues-deutschland.de.txt diff --git a/neues-deutschland.de.txt b/neues-deutschland.de.txt new file mode 100644 index 0000000..d128638 --- /dev/null +++ b/neues-deutschland.de.txt @@ -0,0 +1,9 @@ +title: //h1//span +date: //div[@class='Date'] + +body: //article//div[contains(concat(' ',normalize-space(@class),' '),' Content ')] + +strip_id_or_class: 'Content-Ad' +strip_id_or_class: 'ArticleShopAd' + +test_url: http://www.neues-deutschland.de/artikel/1009093.mutmassliche-rechtsterroristen-in-freital-festgenommen.html \ No newline at end of file -- cgit v1.3.1