Currently goscrape only allows to use string as the "Selector", however, due to limitation of goquery selection, there is no way to select jQuery string like div.info-container:parent[3].attr("title"), so are there other ways for workaround, like using functions?
I've no clue myself, so, just shooting into the dark.
Currently
goscrape
only allows to use string as the "Selector", however, due to limitation ofgoquery
selection, there is no way to select jQuery string likediv.info-container:parent[3].attr("title")
, so are there other ways for workaround, like using functions?I've no clue myself, so, just shooting into the dark.