소스 검색

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",
 	"wired.com":           "main figure, article",
 	"zeit.de":             ".summary, .article-body",
 	"zeit.de":             ".summary, .article-body",
 	"zdnet.com":           "div.storyBody",
 	"zdnet.com":           "div.storyBody",
+	"openingsource.org":   "article.suxing-popup-gallery",
 }
 }