Added scraper rule for financialsamurai.com
The default rule results in blank content.
This commit is contained in:
parent
4cdfd64db0
commit
25d4b9fc0c
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue