|
@@ -49,7 +49,7 @@ func main() {
|
|
cItemName := ".tit"
|
|
cItemName := ".tit"
|
|
cShortDesc := ".vi_tab:last"
|
|
cShortDesc := ".vi_tab:last"
|
|
cItemCategory := ".container>.section-header>.section-title"
|
|
cItemCategory := ".container>.section-header>.section-title"
|
|
- cItemTags := ".vi_tab"
|
|
|
|
|
|
+ // cItemTags := ".vi_tab"
|
|
cItemImages := ".vi_info .simg_li img"
|
|
cItemImages := ".vi_info .simg_li img"
|
|
cItemTextDesc := ".mart15>.__se_tbl_ext"
|
|
cItemTextDesc := ".mart15>.__se_tbl_ext"
|
|
// // cItemOptions := "select#rating option"
|
|
// // cItemOptions := "select#rating option"
|
|
@@ -90,7 +90,7 @@ func main() {
|
|
fmt.Println("ItemName: ", doc.Find(cItemName).First().Text())
|
|
fmt.Println("ItemName: ", doc.Find(cItemName).First().Text())
|
|
fmt.Println("ShortDesc: ", doc.Find(cShortDesc).First().Text())
|
|
fmt.Println("ShortDesc: ", doc.Find(cShortDesc).First().Text())
|
|
fmt.Println("ItemCategory: ", doc.Find(cItemCategory).First().Text())
|
|
fmt.Println("ItemCategory: ", doc.Find(cItemCategory).First().Text())
|
|
- fmt.Println("ItemTags: ", doc.Find(cItemTags).First().Text())
|
|
|
|
|
|
+ // fmt.Println("ItemTags: ", doc.Find(cItemTags).First().Text())
|
|
|
|
|
|
fmt.Println("TextDesc: ", doc.Find(cItemTextDesc).First().Text())
|
|
fmt.Println("TextDesc: ", doc.Find(cItemTextDesc).First().Text())
|
|
fmt.Println("ItemPice: ", doc.Find(cItemPrice).First().Text())
|
|
fmt.Println("ItemPice: ", doc.Find(cItemPrice).First().Text())
|