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:
Corey McCaffrey 2020-05-13 22:33:48 -04:00 committed by Frédéric Guillot
parent 3b2f0a633c
commit 8f6c07afd6
1 changed files with 1 additions and 0 deletions

View File

@ -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",