ソースを参照

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.
Corey McCaffrey 6 年 前
コミット
8f6c07afd6
1 ファイル変更1 行追加0 行削除
  1. 1 0
      reader/scraper/rules.go

+ 1 - 0
reader/scraper/rules.go

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