iterate through children of a lets say div tag that can have children of any kind . something like
<div><a></a><br><em></em></div>
gpt told me to use the "> *" selector on div but it's giving me an error :
raise SelectorSyntaxError("Expected selector, got %s" % (stream.peek(),))
cssselect.parser.SelectorSyntaxError: Expected selector, got <DELIM '>' at 0>
any idea what i can do ? thanks
gpt is wrong
Обсуждают сегодня