We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to extract 10-1 (W) - Varsity Softball @ Bishop O'Dowd from this snippet:
10-1 (W) - Varsity Softball @ Bishop O'Dowd
<a href="https://www.maxpreps.com/games/3-11-2020/softball-spring-20/berkeley-vs-bishop-odowd.htm?c=tTBFL-6rMEu4mhvQ2jpU_Q" target="_blank"> 10-1 (W) - Varsity Softball @ Bishop O'Dowd<span title="Game Result" class="placeboard"><span class="title">RESULT</span><span class="team-place">Win</span></span> </a>
I see that one of the features listed is that hQuery can parse "broken HTML". Is that related to what I'm trying to do here?
The text was updated successfully, but these errors were encountered:
Hi @jxxe
It doesn't look like your HTML is broken. In any case, what you are trying to do is related to #4, take a look at the second comment for a hint.
I guess I have to do something about it, considering there are 3 issues already regarding this feature :)
Sorry, something went wrong.
No branches or pull requests
I would like to extract
10-1 (W) - Varsity Softball @ Bishop O'Dowd
from this snippet:I see that one of the features listed is that hQuery can parse "broken HTML". Is that related to what I'm trying to do here?
The text was updated successfully, but these errors were encountered: