Closed dadatawujue closed 4 years ago
I had fixed this bug at https://github.com/antchfx/xpath/commit/c407737821f47894509428e3e3c80a1da3a33f48 You can try it get the latest of xpath package.
That was fast, thanks a lot :)
It works great but would appreciate if you could also update the xpath release since go mod defaults to github.com/antchfx/xpath v1.1.5 // indirect
no problem, fixed in xpath 1.1.6 😄
Thanks :)
Hello, I'm trying to extract Google's data using Searx's xpath variables, but they only work for some and not all.
These are the xpaths they use:
I made this simple program to test:
The title and url xpaths works, but the content xpath does not.
This is the content of the text.html file:
Any help would be much appreciated :)