Skip to content

Commit

Permalink
Update rules.go for webtoons.com
Browse files Browse the repository at this point in the history
Include author text
  • Loading branch information
jgbresson authored and fguillot committed Aug 18, 2023
1 parent b2467fd commit 691f56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reader/scraper/rules.go
Expand Up @@ -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",
Expand Down

0 comments on commit 691f56f

Please sign in to comment.