Skip to content

Commit

Permalink
Update scraper rule for heise.de
Browse files Browse the repository at this point in the history
  • Loading branch information
mapl authored and fguillot committed Dec 1, 2018
1 parent 0be6193 commit e47188e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/scraper/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e47188e

Please sign in to comment.