removed debug logs
This commit is contained in:
2
api.go
2
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", ""))
|
||||
|
Reference in New Issue
Block a user