Fix crawler
This commit is contained in:
@@ -12,7 +12,7 @@ func extractJustText(el *goquery.Selection) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//fmt.Println("Checking: ", htmlPart, "Duzina: ", strconv.Itoa(len(el.Nodes)), " Type je ", el.Nodes[0].Type, " jednakost ", el.Text() == htmlPart)
|
//fmt.Println("Checking: ", htmlPart, "Duzina: ", strconv.Itoa(len(el.Nodes)), " Type je ", el.Nodes[0].Type, " jednakost ", el.Text() == htmlPart)
|
||||||
if len(el.Nodes) == 1 && el.Text() == htmlPart {
|
if el.Text() == htmlPart {
|
||||||
return el.Text() + "\n"
|
return el.Text() + "\n"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user