瀏覽代碼

Update scraper rule for openingsource.org

Neo Ng 6 年之前
父節點
當前提交
90064a8cf0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      reader/scraper/rules.go

+ 1 - 0
reader/scraper/rules.go

@@ -39,4 +39,5 @@ var predefinedRules = map[string]string{
 	"wired.com":           "main figure, article",
 	"zeit.de":             ".summary, .article-body",
 	"zdnet.com":           "div.storyBody",
+	"openingsource.org":   "article.suxing-popup-gallery",
 }