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:
parent
7b32f59281
commit
9974e0f458
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue