removed debug logs

This commit is contained in:
2025-09-10 10:29:21 +02:00
parent fdd6c3c957
commit d1cc6dc198

2
api.go
View File

@ -169,7 +169,7 @@ func (api *Api) getChapterEntriesByPageIndex(novelID NovelID, pageIndex int) ([]
entryElems.Each(func(i int, s *goquery.Selection) {
td3 := s.Find("td:nth-child(3) a")
fmt.Printf("%#v\n", adverr.Must(s.Find("td:nth-child(3)").Html()))
//fmt.Printf("%#v\n", adverr.Must(s.Find("td:nth-child(3)").Html()))
chapterID := strings.TrimSpace(td3.Text())
groupID := path.Base(s.Find("td:nth-child(2) a").AttrOr("href", ""))