1
0
Fork 0

Added scraper rule for financialsamurai.com

The default rule results in blank content.
This commit is contained in:
Corey McCaffrey 2020-05-24 11:51:47 -04:00 committed by Frédéric Guillot
parent 4cdfd64db0
commit 25d4b9fc0c

View file

@ -11,6 +11,7 @@ var predefinedRules = map[string]string{
"cbc.ca": ".story-content",
"darkreading.com": "#article-main:not(header)",
"developpez.com": "div[itemprop=articleBody]",
"financialsamurai.com": "article",
"francetvinfo.fr": ".text",
"github.com": "article.entry-content",
"heise.de": "header .article-content__lead, header .article-image, div.article-layout__content.article-content",