From 3ba1548d2acc2261e2454afc5b176a22657dbdb7 Mon Sep 17 00:00:00 2001 From: Eloi Coutant Date: Wed, 23 Aug 2017 00:10:10 +0200 Subject: Updates for Le Monde websites (#327) * Update lemonde.fr.txt Proposition to remove of "Lire aussi" (Read too) blocks that impedes the reading of articles. * Create abonnes.lemonde.fr.txt Abonnes.lemonde.fr is the website for lemonde subscribers. File inspired from lemonde.fr.txt, plus stripping of highlighted quotes. Takes into account the Le Monde Festival subsite that uses the HTML5 section and aside tags. --- lemonde.fr.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lemonde.fr.txt') diff --git a/lemonde.fr.txt b/lemonde.fr.txt index 1994524..d5f9a9e 100644 --- a/lemonde.fr.txt +++ b/lemonde.fr.txt @@ -8,6 +8,8 @@ date: //time[@itemprop='dateModified']/@datetime # Publication date date: //time[@itemprop='datePublished']/@datetime +# Remove "Lire aussi" blocks +strip: //p[@class='lire'] body: //div[@id='articleBody'] -- cgit v1.3.1