fix tests, fix hidden images, remove source label under title

This commit is contained in:
q
2025-01-12 18:57:33 +01:00
parent 403fdcc0f0
commit 32168718c9
5 changed files with 25 additions and 23 deletions

View File

@@ -242,7 +242,6 @@ func NewChapterFromURL(url, linkName string, configs []*ScrapeConfig, index int,
content = ""
doc.Find("img").Each(func(i int, s *goquery.Selection) {
imageTag, _ := goquery.OuterHtml(s)
// imageTag = strings.ReplaceAll(imageTag, "\n", "")
content += imageTag
})