mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add scraper rules for version2.dk and ing.dk
This commit is contained in:
parent
d4839b5597
commit
c454f67037
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@ var predefinedRules = map[string]string{
|
|||
"cbc.ca": ".story-content",
|
||||
"github.com": "article.entry-content",
|
||||
"igen.fr": "section.corps",
|
||||
"ing.dk": "section.body",
|
||||
"lapresse.ca": ".amorce, .entry",
|
||||
"lemonde.fr": "div#articleBody",
|
||||
"lesjoiesducode.fr": ".blog-post-content img",
|
||||
|
@ -20,5 +21,6 @@ var predefinedRules = map[string]string{
|
|||
"phoronix.com": "div.content",
|
||||
"techcrunch.com": "div.article-entry",
|
||||
"theregister.co.uk": "#body",
|
||||
"version2.dk": "section.body",
|
||||
"wired.com": "main figure, article",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue