Ver Fonte

Update rules.go for webtoons.com

Include author text
jgbresson há 2 anos atrás
pai
commit
691f56fde9
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      internal/reader/scraper/rules.go

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

@@ -50,7 +50,7 @@ var predefinedRules = map[string]string{
 	"universfreebox.com":   "#corps_corps",
 	"version2.dk":          "section.body",
 	"wdwnt.com":            "div.entry-content",
-	"webtoons.com":         ".viewer_img",
+	"webtoons.com":         ".viewer_img,p.author_text",
 	"wired.com":            "main figure, article",
 	"zeit.de":              ".summary, .article-body",
 	"zdnet.com":            "div.storyBody",