Commit 72cb9b81 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[PARSER] Europresse, fixing the title.

parent c22ee4aa
......@@ -81,7 +81,7 @@ class EuropresseParser(Parser):
# "./header/div/p[@class='titreArticleVisu grandTitre']"
#
# title_xpath (chemin plus générique)
title_xpath = "./header//*[contains(@class,'titreArticle')]"
title_xpath = "./header//*[contains(@class,'titreArticleVisu rdp__articletitle')]"
authors_xpath = "./header//*[contains(@class,'docAuthors')]"
text_xpath = "./section/div[@class='DocText clearfix']//p"
entire_header_xpath = "./header"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment