Working on parsing downloaded mark data
This commit is contained in:
parent
11770850b8
commit
c1a96b13bc
@ -50,7 +50,7 @@ func (b *Bookmark) DownloadDetail() error {
|
|||||||
// For each item, check the 'name' attr
|
// For each item, check the 'name' attr
|
||||||
if v, has := s.Attr("name"); has {
|
if v, has := s.Attr("name"); has {
|
||||||
if v == "description" {
|
if v == "description" {
|
||||||
str := s.Get(i)
|
str := s.Data
|
||||||
fmt.Println(str)
|
fmt.Println(str)
|
||||||
//b.Desc = s.Get(i)
|
//b.Desc = s.Get(i)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user