Working on parsing downloaded mark data
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user