mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
Added scraper rule for RayWenderlich.com
RayWenderlich.com is a popular developer's community for iOS and Android developers. The default rule results in "GROUP GROUP GROUP GROUP…" instead of the content posted on the blog.
This commit is contained in:
parent
3b2f0a633c
commit
8f6c07afd6
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ var predefinedRules = map[string]string{
|
||||||
"osnews.com": "div.newscontent1",
|
"osnews.com": "div.newscontent1",
|
||||||
"phoronix.com": "div.content",
|
"phoronix.com": "div.content",
|
||||||
"pseudo-sciences.org": "#art_main",
|
"pseudo-sciences.org": "#art_main",
|
||||||
|
"raywenderlich.com": "article",
|
||||||
"slate.fr": ".field-items",
|
"slate.fr": ".field-items",
|
||||||
"techcrunch.com": "div.article-entry",
|
"techcrunch.com": "div.article-entry",
|
||||||
"theregister.co.uk": "#body",
|
"theregister.co.uk": "#body",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue