Update scraper rule for heise.de

This commit is contained in:
mapl 2018-12-01 20:49:30 +01:00 committed by fguillot
parent 0be619355f
commit e47188eab2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ var predefinedRules = map[string]string{
"developpez.com": "div[itemprop=articleBody]",
"francetvinfo.fr": ".text",
"github.com": "article.entry-content",
"heise.de": "header .article-content__lead, header .article-image, div.akwa-article__content",
"heise.de": "header .article-content__lead, header .article-image, div.article-layout__content.article-content",
"igen.fr": "section.corps",
"ing.dk": "section.body",
"lapresse.ca": ".amorce, .entry",