diff --git a/api.go b/api.go index 5d73f8c..909f946 100644 --- a/api.go +++ b/api.go @@ -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", ""))