diff --git a/model_bookmark.go b/model_bookmark.go index 1ef6be4..b6080bd 100644 --- a/model_bookmark.go +++ b/model_bookmark.go @@ -50,7 +50,7 @@ func (b *Bookmark) DownloadDetail() error { // For each item, check the 'name' attr if v, has := s.Attr("name"); has { if v == "description" { - str := s.Get(i) + str := s.Data fmt.Println(str) //b.Desc = s.Get(i) }