From 9974e0f45889bbdeecaaace09f490c4012075317 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 28 Feb 2020 13:24:54 +0000 Subject: [PATCH] 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. --- reader/scraper/rules.go | 1 + 1 file changed, 1 insertion(+) diff --git a/reader/scraper/rules.go b/reader/scraper/rules.go index 5cd82526..878ad400 100644 --- a/reader/scraper/rules.go +++ b/reader/scraper/rules.go @@ -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",