How to get a text from a tag that do not have ID or Class
I want to extract "Movie" text from this snippet using JSOUP :
As you can notice, the second span tag does not have ID or class neither,
besides the first span. My question is how can I retrieve that text ?
Thank you.
<span>
</span><span><span class="contentTitle">
Program Type:</span>
<span style="font-size: 14px;">
Movie</span>
<br />
</span><span id="MainContent_trProgramCategories"><span class="contentTitle">
Categories:</span>
<span style="font-size: 14px;">Horror, Thriller
</span>
No comments:
Post a Comment