From c1a96b13bc3f28cf6d1af41bff3d06903f7aeac5 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Thu, 21 Sep 2017 16:53:21 -0500 Subject: [PATCH] Working on parsing downloaded mark data --- model_bookmark.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }