summaryrefslogtreecommitdiff
path: root/reader/scraper
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--reader/scraper/rules.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/reader/scraper/rules.go b/reader/scraper/rules.go
index ebe647c5..a8dda7d8 100644
--- a/reader/scraper/rules.go
+++ b/reader/scraper/rules.go
@@ -11,6 +11,7 @@ var predefinedRules = map[string]string{
"cbc.ca": ".story-content",
"darkreading.com": "#article-main:not(header)",
"developpez.com": "div[itemprop=articleBody]",
+ "dilbert.com": "span.comic-title-name, img.img-comic",
"financialsamurai.com": "article",
"francetvinfo.fr": ".text",
"github.com": "article.entry-content",
@@ -37,6 +38,7 @@ var predefinedRules = map[string]string{
"techcrunch.com": "div.article-entry",
"theoatmeal.com": "div#comic",
"theregister.co.uk": "#body",
+ "turnoff.us": "article.post-content",
"universfreebox.com": "#corps_corps",
"version2.dk": "section.body",
"wdwnt.com": "div.entry-content",