Added scraper rule for dilbert.com and turnoff.us
This commit is contained in:
parent
c820197667
commit
ca918bc7e3
1 changed files with 2 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]",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue