Addition of scraper rule for wdwnt.com

By default fetching original content for wdwnt.com results in a snippet of the comments section, this rule captures the article content.
This commit is contained in:
Andrew Williams 2020-02-28 13:24:54 +00:00 committed by Frédéric Guillot
parent 7b32f59281
commit 9974e0f458
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ var predefinedRules = map[string]string{
"theregister.co.uk": "#body",
"universfreebox.com": "#corps_corps",
"version2.dk": "section.body",
"wdwnt.com": "div.entry-content",
"wired.com": "main figure, article",
"zeit.de": ".summary, .article-body",
"zdnet.com": "div.storyBody",