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",
|
||||
"phoronix.com": "div.content",
|
||||
"pseudo-sciences.org": "#art_main",
|
||||
"raywenderlich.com": "article",
|
||||
"slate.fr": ".field-items",
|
||||
"techcrunch.com": "div.article-entry",
|
||||
"theregister.co.uk": "#body",
|
||||
|
|
Loading…
Reference in a new issue