Update scraper rule for heise.de
This commit is contained in:
parent
b17e4e88f6
commit
df2bebaf3d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ var predefinedRules = map[string]string{
|
||||||
"developpez.com": "div[itemprop=articleBody]",
|
"developpez.com": "div[itemprop=articleBody]",
|
||||||
"francetvinfo.fr": ".text",
|
"francetvinfo.fr": ".text",
|
||||||
"github.com": "article.entry-content",
|
"github.com": "article.entry-content",
|
||||||
"heise.de": "div.article-content",
|
"heise.de": "header .article-content__lead, header .article-image, div.akwa-article__content",
|
||||||
"igen.fr": "section.corps",
|
"igen.fr": "section.corps",
|
||||||
"ing.dk": "section.body",
|
"ing.dk": "section.body",
|
||||||
"lapresse.ca": ".amorce, .entry",
|
"lapresse.ca": ".amorce, .entry",
|
||||||
|
|
Loading…
Reference in a new issue