mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-26 04:17:21 +00:00
fix tests, fix hidden images, remove source label under title
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user