Explorar el Código

feat(scraper): add scraper rule for vnexpress.net

Bùi Minh Đức hace 5 meses
padre
commit
58674b9277
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      internal/reader/scraper/rules.go

+ 1 - 0
internal/reader/scraper/rules.go

@@ -52,6 +52,7 @@ var predefinedRules = map[string]string{
 	"turnoff.us":           "article.post-content",
 	"universfreebox.com":   "#corps_corps",
 	"version2.dk":          "section.body",
+	"vnexpress.net":        ".detail-new p.description, article.fck_detail",
 	"wdwnt.com":            "div.entry-content",
 	"webtoons.com":         ".viewer_img,p.author_text",
 	"wired.com":            "main figure, article",